zoukankan      html  css  js  c++  java
  • C++的变量系列:关键字

    一.简介

    ISO C++98/03关键字共63个

    asm      do          if        return       typedef

    auto        double        inine       short         typeid

    bool      dynamic_cast       int         signed      typename

    break      else           long          sizeof       union

    case        enum        mutable       static        unsigned

    catch    explicit         namespace    static_cast     using

    char      export        new       struct         virtual

    class     extern        operator     switch        void

    const     false          private      template      volatitle

    const_cast  float         protected      this        wchar_t

    continue   for         public         throw        while

    default    friend        register       true          delete

    goto     reinterpret_cast     try

  • 相关阅读:
    【总结】图论算法
    【算法】Escape
    【算法】哈密顿环绕世界
    【算法】BFS+哈希解决八数码问题
    【算法设计】(综合)博弈树的了解与创建
    【搜索】Shuffle'm Up
    西邮linux兴趣小组2014纳新免试题(一)
    无线路由器入侵实战
    中国移动飞信WAP登陆分析及脚本
    WPA/WPA2加密破解
  • 原文地址:https://www.cnblogs.com/k5bg/p/11089322.html
Copyright © 2011-2022 走看看