关注C++细节——你能直接写出多少个C++关键字?

来源:互联网 发布:lofter独立域名 编辑:程序博客网 时间:2024/05/01 14:51

一次性写出C++中的所有关键字,有人会问了,到底有几个呢?  下面来数数吧!

asm            do                 if                   return              tryauto           double             inline               short               typedefbool           dynamic_cast       int                  signed              typeidbreak          else               long                 static              unioncase           enum               mutable              static_cast         unsignedcatch          explicit           namespace            struct              usingchar           export             new                  switch              virtualclass          extern             register             sizeof              typenameconst          false              operator             template            voidconst_cast     float              private              this                volatilecontinue       for                protected            throw               wchar_tdefault        friend             public               true                whiledelete         goto               reinterpret_cast 


原创粉丝点击