Console Window in a Win app

Started by
2 comments, last by Timptation 15 years, 2 months ago
Is there an easy way to get a simple console window open for cout calls? I just thought it would be a simple way to out put debug info and quicker (to check) than writing out to a file.
Advertisement
There is this.
If you are using Visual Studio, just right click on your project -> properties -> linker -> system -> SubSystem, and set it to console.

Make sure you do it in debug mode, unless you want your users to see the console as well...
-----------------------------------------Everyboddy need someboddy!
Awesome. Thanks guys!

This topic is closed to new replies.

Advertisement