else directive

   
#else directive Else for conditional compilation

 #else 

The #else directive marks a region of conditional compilation. Every #else must be paired with an introductory directive: #if , #ifdef , or # ifndef . There can be any number of intervening #elif directives. If the initial condition was false ( ), and every subsequent #elif condition is false, statements that follow the #else directive are compiled until the corresponding #endif directive is reached.

See Also

#if directive

   


C++ in a Nutshell
C++ in a Nutshell
ISBN: 059600298X
EAN: 2147483647
Year: 2005
Pages: 270
Authors: Ray Lischner

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net