#ifndef _DIOSTREAM_H_ #define _DIOSTREAM_H_ // macro to redefine Dcout as the standard library's cout #include #define dout std::cout #endif