Introduction to C / C++ Programming
Preprocessor Directives

Introduction and Motivation

The #include Preprocessor Directive

The #define Preprocessor Directive

Using #define For Boolean Testing

Using #define For Text Substitution

Using #define To Define Macros

Predefined Macros

The #pragma Preprocessor Directive