Hello, I'm 100% new to C++ and someone recommend Code::Blocks as the best IDE for coding in this language.
However when I try to run my code:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
cin.get();
return 0;
}
I get the following error:
"1. Factorial Number - Debug" uses an invalid compiler. Skipping...
Nothing to be done.