C++ Enviromental Variable -


i found simple , easy way incorporate mingw notepad++ issue added environmental variable still throws error 'g++' not recognized internal or external command, operable program or batch file.

did add variable wrong or? (i added under path users)

%userprofile%\appdata\local\microsoft\windowsapps;c:\mingw\bin;  

notepad++ code:

npp_save  cd $(current_directory)  cmd /c g++ -ansi -pedantic -wall -w -wconversion -wshadow -wcast-qual -wwrite-strings $(file_name) -o $(name_part).exe & if errorlevel 1 (echo. && echo syntax errors found during compiling.) else ($(name_part).exe) 


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -