Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 Preprocessor     An Overview of Preprocessor Directives
 Predefined       Macros Built in to the Preprocessor
 #include         File Inclusion
 #define          Macro Definition
 #undef           Remove a Macro Definition
 #if              Conditional Compilation by Expression
 #ifdef           Conditional Compilation by Macro Definition
 #ifndef          Conditional Compilation by Lack of Macro Definition
 #elif            Abbreviation for #else and #if
 #else            False Path for Conditional Compilation Tests
 #endif           Marks the End of Conditional Compilation Scope
 #line            Line Control
 defined          defined Preprocessor Operator
 #pragma          Implementation-Defined Preprocessor Directive

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson