Click here to Skip to main content
15,884,628 members
Articles / Desktop Programming / MFC

Creating a Console for Your MFC App's Debug Output

Rate me:
Please Sign up or sign in to vote.
3.21/5 (11 votes)
17 Jun 2000 219.6K   2.6K   62  
How to send debugging output to a console in a MFC application
// stdafx.cpp : source file that includes just the standard includes
//	SmplConsole.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"



By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
Web Developer Photocase.com
Germany Germany
I'm into photography a lot. And yes, I do code as well. Mostly C# these days.

Comments and Discussions