I am new to eclipse. I tried creating new C++ project through
File-> New -> C++ Project -> Hello World C++ Project
. When I try to launch it, it gives me error:
Launch Failed, Binary not found
.
However, when I right click on the project, choose the Build Project
option, and then press the launch button, the hello world program executes successfully.
I have tried enabling the build automatically options at each place specified by this link . Still it doesn't work for me unless I manually build it.
Is it mandatory to build it manually at first before it can be launched? I don't have any such problem when using eclipse for java projects.
I am using Eclipse Luna version 4.4.