存档

文章标签 ‘c++’
1,082 views

C++ 保留字列表

2010年5月9日
C++保留字列表
下列关键字是C++语言保留使用的,除了预定义的作用外,这些保留字不能用于其他用途。
asm const_cast explicit int public struct typename
auto continue extern log register switch union
bool default false long reinterpret_cast template unsigned
break delete float mutable return this using
case do for namespace short throw virtual
catch double friend new signed true void
char dynamic_cast goto operator sizeof try volatile
class else if private static typeof wchar_t
const enum inline protected static_cast typeid while

日常琐碎 ,