Concept Index
C
- C++ named operators, Refer to Section 3.7.4 C++ Named Operators
- character constants, Refer to Section 1.2 Tokenization
- character sets, Refer to Section 1.1 Initial processing
- command line, Refer to Chapter 12 Invocation
- commenting out code, Refer to Section 4.3 Deleted Code
- comments, Refer to Section 1.1 Initial processing
- common predefined macros, Refer to Section 3.7.2 Common Predefined Macros
- computed includes, Refer to Section 2.5 Computed Includes
- concatenation, Refer to Section 3.5 Concatenation
- conditional group, Refer to Section 4.2.1 Ifdef
- conditionals, Refer to Chapter 4 Conditionals
- continued lines, Refer to Section 1.1 Initial processing
- controlling macro, Refer to Section 2.4 Once-Only Headers
- defined, Refer to Section 4.2.3 Defined
P
- parentheses in macro bodies, Refer to Section 3.9.2 Operator Precedence Problems
- pitfalls of macros, Refer to Section 3.9 Macro Pitfalls
- pragma poison, Refer to Section 11.3.3 Miscellaneous obsolete features
- predefined macros, Refer to Section 3.7 Predefined Macros
- predefined macros, system-specific, Refer to Section 3.7.3 System-specific Predefined Macros
- predicates, Refer to Section 11.3.1 Assertions
- preprocessing directives, Refer to Section 1.3 The preprocessing language
- preprocessing numbers, Refer to Section 1.2 Tokenization
- preprocessing tokens, Refer to Section 1.2 Tokenization
- prescan of macro arguments, Refer to Section 3.9.6 Argument Prescan
- problems with macros, Refer to Section 3.9 Macro Pitfalls
- punctuators, Refer to Section 1.2 Tokenization
S
- self-reference, Refer to Section 3.9.5 Self-Referential Macros
- semicolons (after macro calls), Refer to Section 3.9.3 Swallowing the Semicolon
- side effects (in macro arguments), Refer to Section 3.9.4 Duplication of Side Effects
- standard predefined macros., Refer to Section 3.7.1 Standard Predefined Macros
- string constants, Refer to Section 1.2 Tokenization
- string literals, Refer to Section 1.2 Tokenization
- stringification, Refer to Section 3.4 Stringification
- symbolic constants, Refer to Section 3.1 Object-like Macros
- system header files, Refer to Section 2.7 System Headers
- system header files, Refer to Chapter 2 Header Files
- system-specific predefined macros, Refer to Section 3.7.3 System-specific Predefined Macros