Conditional Compilation Directives (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Preprocessor Directives Index


The compiler supports conditional compilation by replacing the appropriate source-code lines with a blank line. The lines thus ignored are those lines that are not to be compiled as a result of the directives. All conditional compilation directives must be completed in the source or include file in which they are begun.

Topics