c++ - What is the Best Practice for Combating the Console Closing Issue? -


After the console program is compiled, the console window closes immediately after running. What is the best practice to open it? I searched Google loads, I'm used to codeballs where you do not have to worry about it, however, I want to mess with Vs. Studio for a while and mess with my VS, my console There are many different ways to keep it open on the intervenes, however, I have read that most of them are bad coding techniques. What is the preferred method everywhere?

When I'm using Visual Studio and I do not need debugging I just want it Ctrl + F5 keystroke & ndash; And it prevents the console from being closed.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -