C++ Keywords
asm do if return try
auto double inline short typedef
bool dynamic_cast int signed typeid
break else long sizeof typename
case enum mutable static union
catch explicit namespace static_cast unsigned
char export new struct using
class extern operator switch virtual
const false private template void
const_cast float protected this volatile
continue for public throw wchar_t
default friend register true while
delete goto reinterpret_cast
C++ Operator Alternative Names
and bitand compl not_eq or_eq xor_eq
and_eq bitor not or xor
New C++ Language Features: C++/CLI Keywords
ref value interface property delegate event
abstract override sealed generic where finally
each gcnew initonly nullptr
Non-Keyword Language Constructs
array interior_ptr pin_ptr safe_cast typeid
本文档列举了C++语言的关键字,包括基本语法关键字、运算符替代名称及C++/CLI新增的关键字。此外,还介绍了部分非关键字语言构造,如数组、内部指针等。
9130

被折叠的 条评论
为什么被折叠?



