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


I can run c++ in cmd using
Code:
g++ hello.cpp -o hello.exe