The C Preprocessor - Conditional Uses

Node: Conditional Uses Next: Conditional Syntax Up: Conditionals

Why Conditionals are Used

Generally there are three kinds of reason to use a conditional.

Most simple programs that are intended to run on only one machine will not need to use preprocessing conditionals.


Next: Conditional Syntax Up: Conditionals