Hello,
I've been using Visual Studio for years, but this is my first time developing a 'Console Application.'
When I run my application, the console window opens, displays the program output, and then closes as soon as the application exits.
Is there a way to keep the window open until I've had a chance to review the output, or to view the results after the window has closed?
I've been using Visual Studio for years, but this is my first time developing a 'Console Application.'
When I run my application, the console window opens, displays the program output, and then closes as soon as the application exits.
Is there a way to keep the window open until I've had a chance to review the output, or to view the results after the window has closed?