问题
I'm currently new to C++ and I created a Hello World in Eclipse C/C++ but all It says in the Console is: Info: Nothing to Build for [project name].... How to fix this? Yes, I have done everything like setting up the variables of my mingw and all that and I still get this message on my Console... I searched all of this stuff on the Internet but It didn't quite help...
回答1:
You have your console view set to the wrong console.
There is a build console and the normal output console. It should switch to the output console when running, automatically (but, any ways, it didn't).
On the console view there is a set of buttons, one of which looks like a little monitor. If you click on the little arrow next to that you can select the output console for your program:
来源:https://stackoverflow.com/questions/38419689/eclipse-info-nothing-to-build-for-project-name