Normal C++ editor
#5

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;
}
Reply


Messages In This Thread
Normal C++ editor - by zgintasz - 10.09.2012, 12:07
Re: Normal C++ editor - by [MM]RoXoR[FS] - 10.09.2012, 12:20
Re: Normal C++ editor - by Extremo - 10.09.2012, 17:22
Re: Normal C++ editor - by playbox12 - 10.09.2012, 18:01
Respuesta: Normal C++ editor - by kirk - 10.09.2012, 18:06
Re: Normal C++ editor - by mamorunl - 10.09.2012, 21:09
Re: Normal C++ editor - by KingHual - 10.09.2012, 21:34
Re: Normal C++ editor - by zgintasz - 12.09.2012, 12:17
Re: Normal C++ editor - by Extremo - 12.09.2012, 22:28

Forum Jump:


Users browsing this thread: 2 Guest(s)