Preprocessor Definitions

  • Preprocessor definitions are a tool in C. It is important to know how and when to use them, as well as the implications they have. Note that C++ has many tools such as inline functions that may be better suited compared to a preprocessor definition such as a macro.

Macros

Other preprocessor definitions