首页 > 编程语言 > 详细

C++保留字

时间:2014-03-24 04:45:15      阅读:516      评论:0      收藏:0      [点我收藏+]

Keywords:

alignas                         continue                               friend                             register                              true

alignof                         decltype                               goto                                reinterpret_cast                try

asm                              default                                  if                                     return                                 typedef

auto                              delete                                   inline                             short                                   typeid

bool                              do                                          int                                  signed                                typename

break                            double                                  long                               sizeof                                 union

case                              dynamic_cast                      mutable                        static                                  unsigned

catch                            else                                       namespace                  static_assert                      using  

char                              enum                                    new                               static_cast                          virtual

char16_t                       explicit                                 noexcept                      struct                                  void

char32_t                       export                                  nullptr                           switch                                 volatile

class                             extern                                  operator                        template                           wchar_t

const                            false                                      private                          this                                      while

constexpr                    float                                      protected                      thread_local

const_cast                   for                                         public                             throw

 

Alternative Operator Names:

and                               bitand                                  compl                              not_eq                                or_eq                                    xor_eq

and_eq                         bitor                                     not                                   or                                        xor

C++保留字,布布扣,bubuko.com

C++保留字

原文:http://www.cnblogs.com/StupidTortoise/p/3619980.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!