that's my first use to code block but it hasn't gone fine ,, i face a really weird problem i cant even describe it so i will just tell you what's happened. the problem is that the ide dont compile my project even if the code were correct its just open a new tab that called "iostream" and the console window appears but empty why do that happens ?
look to the code which the ide face a problem while compiling it ,, simplest code ever
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
and this is the compiling results...
thats all..
will codeblocks stop annoying me ?