Difference between revisions of "cpp/language"
From cppreference.com
< cpp
(+requires) |
Omarsaber98 (Talk | contribs) m (add #warning) |
||
Line 44: | Line 44: | ||
{{rlpt|preprocessor/impl |#pragma}}<br> | {{rlpt|preprocessor/impl |#pragma}}<br> | ||
{{rlpt|preprocessor/line |#line}} - | {{rlpt|preprocessor/line |#line}} - | ||
− | {{ | + | {{rlp|preprocessor/error | {{tt|#error}} - {{tt|#warning}} {{mark c++23}}}}<br> |
</div> | </div> | ||
Revision as of 04:23, 21 August 2022
This is a reference of the core C++ language constructs.
See also
C documentation for C language constructs
|