The C Preprocessor
In C and C++, the language supports a simple macro preprocessor. Source lines that should be handled by the preprocessor, such as #define and #include are referred to as preprocessor directives.
Another C construct, the #pragma directive, is used to instruct the compiler to use pragmatic or implementation-dependent features. Two notable users of this directive are OpenMP and OpenACC.
Syntactic constructs similar to C's preprocessor directives, such as C#'s #if, are also typically called "directives", although in these cases there may not be any real preprocessing phase involved.
Read more about this topic: Directive (programming)
Famous quotes containing the words the c:
“The richest princes and the poorest beggars are to have one great and just judge at the last day who will not distinguish between them according to their ranks when in life but according to the neglected opportunities afforded to each. How much greater then, as the opportunities were greater, must be the condemnation of the one than of the other?”
—Samuel Richardson (16891761)