asm | auto | bool | break | case |
catch | char | class | const | const_cast |
continue | default | delete | do | double |
dynamic_cast | else | enum | explicit | export |
extern | false | float | for | friend |
goto | if | inline | int | long |
mutable | namespace | new | operator | private |
protected | public | register | reinterpret_cast | return |
short | signed | sizeof | static | static_cast |
struct | switch | template | this | throw |
true | try | typedef | typeid | typename |
union | unsigned | using | virtual | void |
volatile | while |
C++常用关键字表
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- 字符是组成语言的最基本元素 C++语言字符由:字母、数字、空白符、标点和特殊字符组成, 分为6类:标识符、关键字、...
- C++中,四个与类型转换相关的关键字:static_cast、const_cast、reinterpret_cas...
- 1 定义常量 关键字const,用于定义常量。例如: 学了 C++ 之后,应该多用const,少用 define。...
- 读者可以预言下面程序的输出: #include usingnamespacestd;classComplex{pr...
- 读者可以预言下面程序的输出: #include usingnamespacestd;classComplex{pr...