Reputation: 1
Hey guys i've worked on eclipse IDE for java till now.i want to switch to C++ now.i added a plugin to that eclipse from update.When i wrote a sample program am getting a question mark before the header inclusion and when iam trying to build the project its saying that error :
* Build of configuration Debug for project Helloworld * (make: not found)
Upvotes: 0
Views: 337
Reputation: 62053
I'm going to bet you're on Windows and need a C++ compiler (including a 'make' utility). See http://www.mingw.org/wiki/HOWTO.
Upvotes: 1