I've tried putting this in cpp.properties
but still it wont work.Code:cc=c:/MinGW/bin/g++ -pedantic -Os -fno-exceptions -c $(FileNameExt) -o $(FileName).o
error: >make
>The system cannot find the file specified.
I can run c++ in cmd usingCode:g++ hello.cpp -o hello.exe