Author Topic: Code won't compiled  (Read 2429 times)

masum

  • Guest
Code won't compiled
« on: August 14, 2010, 09:31:03 pm »
I've just downloaded codeblocks-10.05mingw-setup.exe and installed it. I wrote a simple code, but it just won't compile. I've used code block before, but never had this problem.  This is what I usually do:

1) Open code block and click "Create a new project"
2)choose "Console App"
3)Choose C++
4)choose tittle (path is already set)
5)I leave the compiler part alone.

This won't even compile:

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}




Well, here is the screen shot.





Uploaded with ImageShack.us