Preventing console window from closing on Visual Studio C/C++ Console application -


this embarasing question no doubt answer blindingly obvious.

i've used visual studio years, first time i've done 'console application' development.

when run application console window pops up, program output appears , window closes application exits.

is there way either keep open until have checked output, or view results after window has closed?

if run without debugging (ctrl+f5) default prompts press return close window. if want use debugger, should put breakpoint on last line.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -