您的位置:首页 > 编程语言 > C语言/C++

你能直接写出多少个C++关键字?

2017-01-10 18:05 387 查看
一次性写出C++中的所有关键字,有人会问了,到底有几个呢?  下面来数数吧!

[cpp]
view plain
copy
print?

asm            do                 if                   return              try  
auto           double             inline               short               typedef  
bool           dynamic_cast       int                  signed              typeid  
break          else               long                 static              union  
case           enum               mutable              static_cast         unsigned  
catch          explicit           namespace            struct              using  
char           export             new                  switch              virtual  
class          extern             register             sizeof              typename  
const          false              operator             template            void  
const_cast     float              private              this                volatile  
continue       for                protected            throw               wchar_t  
default        friend             public               true                while  
delete         goto               reinterpret_cast   
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: