Hey guys sorry about this.. i installed codeblocks and created a new project .. by default there is main.cpp with hello world program. #include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
When i hit f9 it says "temp - Debug" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping...
Nothing to be done.
help please? :(
my Question is why wont it compile the code..? why does it say nothing to be done..?
That is unusual. Could you tell us about your environment? OS?
Afaik this can happen if no compiler is installed.
it happens anytime the compiler in the project doesnt exist. Just go and set the compiler again and you're usually fine.