当前位置:编程学习 > C/C++ >>

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

 

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

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    

 


作者 凌风
补充:软件开发 , C++ ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,