Created
May 11, 2026 13:08
-
-
Save chrisipanaque/f8b780fe96bf87e0f62397bd8fafc5ae to your computer and use it in GitHub Desktop.
cpp_keywords
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| int | |
| return | |
| if | |
| for | |
| while | |
| class | |
| public | |
| private | |
| void | |
| const | |
| auto | |
| bool | |
| true | |
| false | |
| include | |
| namespace | |
| using | |
| std | |
| string | |
| switch | |
| case | |
| break | |
| continue | |
| else | |
| struct | |
| template | |
| typename | |
| static | |
| virtual | |
| override | |
| nullptr | |
| new | |
| delete | |
| this | |
| try | |
| catch | |
| throw | |
| enum | |
| inline | |
| friend | |
| operator | |
| sizeof | |
| typedef | |
| using | |
| constexpr | |
| consteval | |
| constinit | |
| mutable | |
| volatile | |
| extern | |
| register | |
| signed | |
| unsigned | |
| short | |
| long | |
| float | |
| double | |
| char | |
| wchar_t | |
| char8_t | |
| char16_t | |
| char32_t | |
| union | |
| goto | |
| do | |
| default | |
| protected | |
| explicit | |
| export | |
| concept | |
| requires | |
| co_await | |
| co_return | |
| co_yield | |
| thread_local | |
| noexcept | |
| dynamic_cast | |
| static_cast | |
| reinterpret_cast | |
| const_cast | |
| typeid | |
| asm | |
| alignas | |
| alignof | |
| bitand | |
| bitor | |
| compl | |
| not | |
| not_eq | |
| and | |
| and_eq | |
| or | |
| or_eq | |
| xor | |
| xor_eq | |
| final | |
| decltype | |
| module | |
| import |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment