hello guys,my program does not run.The compile log gives me an error written: Compiler: Default compiler
Executing g++.exe...
g++.exe "J:\Welcome.cpp" -o "J:\Welcome.exe" -L"C:\unisa\mingw\lib"
Execution terminated
but all the necessary settings are correct. What do i have to do to make it run?
I don't mean g++.exe, I mean J:\Welcome.exe - just double click it; there's no error; it generates correctly; g++ just does not automagically run it for you (why would it?)