dimanche 25 juillet 2021

Out of memory C++

When I click compile and run, the program still running well. But when I click Debug, a window appears and says
"An unexpected error has occured in the application
Address: 0x003ED404
Error message:Out of memory"
instead of the debug console. This happens to all .cpp file,even a simple file "Hello World!" like this

#include<bits/stdc++.h>
using namespace std;
int main(){
  cout << "Hello,World!";
}


When I close DevC++,this window appears ClickHere
Help me I am using Embarcadero 6.3,compiler GNU C++11

Aucun commentaire:

Enregistrer un commentaire