cpp: Predefined Macros

1 
1 3.7 Predefined Macros
1 =====================
1 
1 Several object-like macros are predefined; you use them without
1 supplying their definitions.  They fall into three classes: standard,
1 common, and system-specific.
1 
1    In C++, there is a fourth category, the named operators.  They act
1 like predefined macros, but you cannot undefine them.
1 

Menu