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

  • 相关阅读:
    Educational Codeforces Round 61
    Codeforces Round #548 (Div. 2)
    Codeforces Round #553 (Div. 2)
    spring mvc接口跨域访问
    json解析;百度统计API返回data解析
    HTML img标签使用base64展示图片
    My Sql 查询连续天数数据
    js 获取url地址栏拼接参数
    在jsp页面获取绝对路径
    java web项目配置Tomcat访问项目外文件
  • 原文地址:https://www.cnblogs.com/k5bg/p/11089322.html
Copyright © 2011-2022 走看看