C++ Help Center
Showing posts with label
Preprocessor Directives
.
Show all posts
Showing posts with label
Preprocessor Directives
.
Show all posts
Wednesday, 8 August 2012
Preprocessor Directives
Preprocessor Directives
#include include file for linking
#define define a preprocessor symbol/macro
#undef un-define a previously defnined symbol
#if test for conditional compilation
#ifdef
#ifndef
#else
#endif
#line debug tool
#error debug tool
Older Posts
Home
Subscribe to:
Posts (Atom)