I have search around and cannot find the answer to my question. I have installed MinGW GCC compiler only (No G++). I have sent the path and can compile "hello world" from the command line. Next, in eclipse, I have created a new "C" project with a "C" source file. I have also set my include folder.
I have the same "Hello World" code, but when I go to compile, I get "G++ not in path". This is expected as because I don't have G++ installed. However, I do not seem to be able to tell eclipse that I want to use the installed GCC compiler.
If I go to Properties->C/C++ Build->Settings->GCC C Compiler the command reads "gcc". So I don't understand what I doing wrong.
Any pointer will be very gratefully received.
Kind Regards, Harold Clements
make). Then get an editor (or configure your Eclipse to make it use the same compilation command that you are typing). Don't forget to pass-Wall -Wextra -gtogcc(or tog++orclang)