C++

作者: YZBSXD | 来源:发表于2018-02-02 12:32 被阅读0次

1.using namespace std; 告诉编译器使用 std 命名空间。

2.C++ 关键字

C++ 中的保留字.这些保留字不能作为常量名、变量名或其他标识符名称。

asm else new this

auto enum     operator throw

bool explicit   private    TRUE

break     export    protected      try

case extern    public     typedef

catch      FALSE     register   typeid

char float reinterpret_cast    typename

class for   return     union

const      friend     short      unsigned

const_cast     goto       signed    using

continue if     sizeof     virtual

default   inline      static      void

delete     int   static_cast     volatile

do   long struct     wchar_t

double   mutable switch    while

dynamic_cast namespace    template

记单词时间~~~

相关文章

网友评论

      本文标题:C++

      本文链接:https://www.haomeiwen.com/subject/tbsdzxtx.html