Introduction - If you have any usage issues, please Google them yourself
CDebug class implements for Visual C++ more or less the functionality
that Visual Basic provides, i.e. the posibility
to insert into your C++ source code calls like Debug.printf(...), and
watch the messages in a separate window (Immediate window), without
the need to work with the Debug version of the project