10.5 Advanced Features
This book does not cover the complete list of C++ preprocessor
directives. Among the more advanced features are an advanced form of
the #if directive for conditional
compilations and the #pragma
directive for inserting compiler-dependent commands into a file. See
your C++ reference manual for more information on these features.
|