Click here to Skip to main content
15,889,861 members
Articles / Programming Languages / C

Good Old & Dirty printf() Debugging in a Non-console C/C++ Application or DLL

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
25 Jul 2012CPOL1 min read 42.2K   23  
How to open a console in a non-console C/C++ application or DLL and make printf/scanf work (stdin/stdout/stderr related functions)

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions