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
 

No comments:

Post a Comment