Canan

Hi, I'm Canan

Oups ...

Never forget impossible is possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Prevent the Win32 Console Application from closing

Prevent the Win32 Console Application from closing

Visual Studio




Steps

  1. To prevent the command window from closing as soon as the program finishes execution, add the following line to the end of your main function:
  2. getchar();

Warning

  1. This library function waits for any input key, and will therefore keep your console window open until a key is pressed!