C++中的关键字

来源:互联网 发布:淘宝特百惠官方旗舰店 编辑:程序博客网 时间:2024/06/05 16:43

C++中的关键字共74个

and                continue              goto                    public                                try

and_eq         default                  if                         register                             typydef

asm               delete                  inline                  reinterpret_cast              typeid

auto               do                         int                       return                                 typename

bitand            double                 long                   short                                  union

bitor               dynamic_cast     mutable            signed                               unsigned

bool               else                     namespace       sizeof                                using

break             enum                  new                     static                                  virtual

case              explicit                not                        static_cast                       void

catch             export                  not_eq                 struct                                volatile

char               extern                 operator                switch                             wchar_t

class             false                   or                            template                        while

compl            float                     or_eq                     this                                  xor

const              for                        private                   throw                               xor_eq

const_cast    friend                  protected              true

0 0