Difference between revisions of "cpp/language"
From cppreference.com
< cpp
m (Link split.) |
m (Minor tweak.) |
||
Line 43: | Line 43: | ||
{{rlpt|preprocessor/impl|#pragma}}<br> | {{rlpt|preprocessor/impl|#pragma}}<br> | ||
{{rlpt|preprocessor/line|#line}} - | {{rlpt|preprocessor/line|#line}} - | ||
− | {{ | + | {{rlpt|preprocessor/error|#error}}<br> |
− | {{ | + | {{rlpt|preprocessor/error|#warning}} {{mark c++23}}<br> |
</div> | </div> | ||
Revision as of 19:18, 1 January 2024
This is a reference of the core C++ language constructs.
See also
C documentation for C language constructs
|