Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

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

$
0
0
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?

Viewing all articles
Browse latest Browse all 3046

Trending Articles