标签:
C++ 关键字
asm | do | if | return | typedef |
auto | double | inline | short | typeid |
bool | dynamic_cast | int | signed | typename |
break | else | long | sizeof | union |
case | enum | mutable | static | unsigned |
catch | explicit | namespace | static_cast | using |
char | export | new | struct | virtual |
class | extern | operator | switch | void |
const | false | private | template | volatile |
const_cast | float | protected | this | wchar_t |
continue | for | public | throw | while |
default | friend | register | true | ?? |
delete | goto | reinterpret_cast | try | ?? |
? ?
C++11 关键字共73个。
新增关键字
? ?
? ?
Microsoft 扩展
https://msdn.microsoft.com/zh-cn/library/2e6a4at9.aspx
标签:
原文地址:http://www.cnblogs.com/pinkfloyd/p/4515274.html