Keep Console Output Window open

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I've got a simple program in which I just write something to the console
output window, but when I compile and run the program, the output windows
displays the output and closes right away. How do I configure it to have
the console window stay open so I can view the output without it closing.

Thanks
Jason
 
I was thinking of that, but I was also wondering if there is a setting in a
configuration window that would allow the output window to stay open after
the program has finished excution.
 
If there is, i do not know of one, that is the only way that I know of
to keep a console window open from an app.
 
Back
Top