i got this error when try to compile my code
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout<<"hello world"<<endl;
system("PAUSE");
return EXIT_SUCCESS;
}
i already try to googling
Aucun commentaire:
Enregistrer un commentaire