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

  • 相关阅读:
    BOM和DOM
    js
    前端css
    html介绍
    线程锁&&信号量&&GIL&&线程定时器&&进程池与线程池&&协程
    对于数据库的操作以及配置
    string 迭代器
    递归
    python 操作mysql数据库
    Python编辑器IDLE傻瓜入门
  • 原文地址:https://www.cnblogs.com/k5bg/p/11089322.html
Copyright © 2011-2022 走看看