This shows you the differences between two versions of the page.
|
cpp:constant [2013/01/17 22:02] Daniel Gohlke |
cpp:constant [2024/02/16 00:48] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Constants in C++ ====== | ====== Constants in C++ ====== | ||
| <code cpp> | <code cpp> | ||
| + | #ifndef | ||
| #define | #define | ||
| + | #if | ||
| + | #elif | ||
| + | #endif | ||
| </code> | </code> | ||