#include "sys.h" to the top of every source file in your application.#include "debug.h" to every source file needing debug output/code.main() function.Dout(dc::notice, "Hello" << ' ' << "World");
Dout(dc::notice|blank_label_cf|error_cf, "Hello World");
MyClass* p = new MyClass;
AllocTag(p, "This is an example");Debug( list_allocations_on(libcw_do) );