What is the Best Practice for Combating the Console Closing Issue?

前端 未结 10 1700
悲&欢浪女
悲&欢浪女 2020-11-27 22:21

After compiling console programs the console window closes immediately after running. What is the best practice for keeping it open? I\'ve searched google loads, I\'m used t

10条回答
  •  北海茫月
    2020-11-27 22:53

    When I'm using Visual Studio and I don't need debugging I just run it using Ctrl+F5 keystroke – and it prevents console from closing.

提交回复
热议问题