65.9K
CodeProject is changing. Read more.
Home

Good old & dirty printf() debugging in a non-console C++ application or DLL.

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Jul 26, 2011

CPOL
viewsIcon

9391

Plain old console output is still a valuable debugging tool, even when used in a GUI application.There are many tools here in CP that can be combined with console output like:CConsole - a simple console for debug output[^]Creating a console for your MFC app's debug output[^]You can use...

Plain old console output is still a valuable debugging tool, even when used in a GUI application. There are many tools here in CP that can be combined with console output like: CConsole - a simple console for debug output[^] Creating a console for your MFC app's debug output[^] You can use printf, sprintf or any similar to build the output strings.