10.09.2012, 18:06
Far as i remember the main() function must return something!, try it this way, compile it and it shouold work fine.
Код:
#include <iostream> using namespace std; int main( ) { cout << "aaa" << endl; return 0; }