Showing console window
Thx in advance
However, you could always use the OutputDebugString(LPCTSTR) function if all you want to do is see some output while debugging. Your text will then be written to the "Output" window in Visual Studio 2005. If you don't see this window, select the menu option "View > Output".