mb bischoff

20%
Flag icon
Example 8-14. C++ Example of Using the Preprocessor Macro to Control Debug Code #define DEBUG #if defined( DEBUG ) #define DebugCode( code_fragment ) { code_fragment } #else #define DebugCode( code_fragment ) #endif ...
Code Complete
Rate this book
Clear rating