0
Console close
Wrote, all that was in this lesson. Everything was done through the console, compiled, opened the exe file, it started, and immediately closed. How to make sure that it does not close by itself?
2 Respostas
+ 1
Write system("pause");
At the end of your program.
0
What line is the error?