             libcwd                                                an alinoe
                                                                   production

LINKS                Quick Reference

Home Page            Installation
Features
"Screenshot"           o Read the INSTALL file.
Tutorial
Reference Manual     Using libcwd with a new project
Quick Reference
Download               o Add sys.h and debug.h as header files to your
Mailinglists             application.
                       o Add debug.cc as source file to your application.
                       o Add #include "sys.h" to the top of every source file
                         in your application.
                       o Add #include "debug.h" to every source file needing
                         debug output/code.
                       o Dump this at the start of your main() function.

                     Debug Output

                       o Dout(dc::notice, "Hello" << ' ' << "World");
                       o Dout(dc::notice|blank_label_cf|error_cf, "Hello
                         World");
                       o Other Control flags

                     Memory Allocations
 
                       o MyClass* p = new MyClass;
                         AllocTag(p, "This is an example");
                       o Other AllocTag memory allocation annotation macros.
                       o Debug( list_allocations_on(libcw_do) );



-------------------------------------------------------------------------------

[sflogo] Cascading Style Sheets *

