Answer the question
In order to leave comments, you need to log in
C++ compilation error, what to do?
When compiling the code, I get the error [Build Error] [main.o] Error -1073741819.
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
system("PAUSE");
return EXIT_SUCCESS;
}
Answer the question
In order to leave comments, you need to log in
#include
#include
return EXIT_SUCCESS;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question