jeudi 12 janvier 2023

C++ [Build Error] [main.o] Error -1073741819

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