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

Retrieved from "https://docwiki.embarcadero.com/RADStudio/Tokyo/e/index.php?title=Conditional_Compilation_Directives_(C%2B%2B)&oldid=253479"