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 - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -