I am getting strange error. I configured my eclipse for c/c++. when I build my c/c++ project they are getting build successfully. When I run my c binary it shows nothing to build and then actually runs the program and shows the output.
Now, the fun part is when I execute c++ binary it also shows nothing to build and shows nothing.
CTRL+F11or clicking the green "run" button? "Nothing to build" is probably a message from eclipse that no source files have changed so it won't rebuild your executable before running it. Try executing from the command line. What do you see? - Dave Ragermakeso write yourMakefile- Basile Starynkevitch