Primary expressions
Primary expressions
fall into the following general categories:
Names (identifiers)
Literals (constants)
Integer constant expressions
Identifier expressions
Parenthesized expressions ( )
The
this
pointer (described in
The this pointer (C++ only)
)
Names qualified by the
scope resolution operator (
::
)
Names
Literals
Integer constant expressions
Identifier expressions (C++ only)
Parenthesized expressions ( )
Scope resolution operator :: (C++ only)
Parent topic:
Expressions and operators
[
Provide feedback
]