c/c++關鍵字分類:


c/c++關鍵字分類:
數據類型:void,int,char,float,double,bool,w_char
類型定義:struct,union,enum,class,typedef
常量值:true,false
類型修飾符:long,short,singed,unsigned
類型限定符:const,volatile,restrict
存儲說明符:auto,register,static,extern,thread_local,mutable
其它修飾符:inline,asm
循環控制:for,while,do
跳轉控制:break,continue,return,goto
分支結構: if,else,switch,case,default
內存管理:new, delete
運算符:sizeof,and,and_eq,bitand,bitor,compl,not,not_eq,or,or_eq,xor,xor_eq
訪問限定符:this,friend,virtual,mutable,explicit,operator
類訪問修飾符:private,protected,public
模板:template,typename
命名空間:namespace,using
異常處理:throw,try,catch


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM