Programar em C++/Lista de Palavras Reservadas do C++
Aspeto
Estas são as palavras reservadas do c++:
alignas (since C++11) | alignof (since C++11) | and |
and_eq | asm | auto |
bitand | bitor | bool |
break | case | catch |
char | char16_t (since C++11) | char32_t (since C++11) |
class | compl | const |
constexpr (since C++11) | const_cast | continue |
decltype (since C++11) | default | delete |
do | double | dynamic_cast |
else | enum | explicit |
export | extern | false |
float | for | friend |
goto | if | inline |
int | long | mutable |
namespace | new | noexcept (since C++11) |
not | not_eq | nullptr (since C++11) |
operator | or | or_eq |
private | protected | public |
register | reinterpret_cast | return |
short | signed | sizeof |
static | static_assert (since C++11) | static_cast |
struct | switch | template |
this | thread_local (since C++11) | throw |
true | try | typedef |
typeid | typename | union |
unsigned | using | virtual |
void | volatile | wchar_t |
while | xor | xor_eq |
- Maiores detalhes podem ser encontrados em: http://en.cppreference.com/w/cpp/keyword