Don't want to install VS, it's big, so just execute C + + directly on the Eclipse Mount plugin.
1) Directly participate in the programming of C + + program under Eclipse--CDT Environment Building, speak very specific.
2) If you find yourself without Marketplace client, please take a look at installing Marketplace client on Eclipse.
3) Of course, the MinGW configuration should be well--the solution to the launch failed,binary not found issue with Eclipse C + +.
4) My eclipse for 3.7 version, Indigo, using 1) The problem of independence, it should be the CDT version number and my old version of Eclipse is incompatible, and then use other methods to install Cdt--eclipse to join the CDT C + + development plug-in.
MinGW Remember to restart, otherwise there may be a variety of problems.
The problem comes, no matter how you configure it to appear:
Configuration no problem, create a simple CPP file, use g++ name.cpp-o name.exe in the Dos form. Assuming that the EXE file is compiled and executed, it is possible.
But it's still the problem with the picture above, so you'll always find the answer. Run constantly.
After listening to think about it, SRC will always lie on a CPP file. You haven't compiled it yet. You haven't compiled it yet, have you? You forgot the build.
Start with build, or you can select build automatically below the project option.
Build, compiled results.
Run succeeded:
Eclipse performs C + + problem launch failed,binary not found