C++关键字
关键字是保留字。我们不能将其用作变量名称,常量名称等。下面给出了C语言中可用的C++语言中的32个关键字列表。
auto | break | case | char | const | continue | default | do |
---|---|---|---|---|---|---|---|
double | else | enum | extern | float | for | goto | if |
int | long | register | return | short | signed | sizeof | static |
struct | switch | typedef | union | unsigned | void | volatile | while |
下面给出了在C语言中不可用的30个C++语言关键字的列表。
asm | dynamic_cast | namespace | reinterpret_cast | bool |
---|---|---|---|---|
explicit | new | static_cast | false | catch |
operator | template | friend | private | class |
this | inline | public | throw | const_cast |
delete | mutable | protected | true | try |
typeid | typename | using | virtual | wchar_t |
本站文章除注明转载外,均为本站原创或编译
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动共创优秀实例教程
转载请注明:文章转载自:代码驿站 [http:/www.codeinn.net]
本文标题:C++关键字
本文地址:http://www.codeinn.net/cplus/1714.html
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动共创优秀实例教程
转载请注明:文章转载自:代码驿站 [http:/www.codeinn.net]
本文标题:C++关键字
本文地址:http://www.codeinn.net/cplus/1714.html