Difference between revisions of "cpp/language"
From cppreference.com
< cpp
m (Minor tweak.) |
(Added a link to the “multuthread” page.) |
||
Line 23: | Line 23: | ||
{{rl|as if|As-if rule}}<br> | {{rl|as if|As-if rule}}<br> | ||
{{rl|ub|Undefined behavior (UB)}}<br> | {{rl|ub|Undefined behavior (UB)}}<br> | ||
− | {{rl|memory model|Memory | + | {{rl|memory model|Memory}} – {{rl|multithread|Multithread}} {{mark c++11}}<br> |
{{rl|charset|Character sets and encodings}}<br> | {{rl|charset|Character sets and encodings}}<br> | ||
{{rl|translation phases|Phases of translation}}<br> | {{rl|translation phases|Phases of translation}}<br> |
Revision as of 22:49, 21 April 2024
This is a reference of the core C++ language constructs.
See also
C documentation for C language constructs
|