Ключевые слова для С/С++ | |||
| auto | break | case | char |
| const | continue | default | do |
| double | else | enum | extern |
| float | for | goto | if |
| int | long | register | return |
| short | signed | sizeof | static |
| struct | switch | typedef | union |
| unsigned | void | volatile | while |
| inline (C99) | restrict (C99) | ||
Ключевые слова только для С++ | |||
| asm | bool | catch | class |
| const_cast | delete | dynamic_cast | explicit |
| false | friend | virtual | mutable |
| namespace | new | operator | private |
| protected | public | reintepret_cast | static_cast |
| template | this | throw | true |
| try | typeid | typename | using |
| wchar_t | |||