+    plus 加号;正号 
  -    minus 减号;负号 
  ± plus  or  minus 正负号 
  × is  multiplied  by 乘号 
  ÷ is  divided  by 除号 
  = is  equal  to 等于号 
  ≠ is  not  equal  to 不等于号 
   is  equivalent  to 全等于号 
   is  equal  to  or  approximately  equal  to 等于或约等于号 
  ≈ is  approximately  equal  to 约等于号 
  < is  less  than 小于号 
  > is  more  than 大于号 
   is  not  less  than 不小于号 
   is  not  more  than 不大于号 
  ≤ is  less  than  or  equal  to 小于或等于号 
  ≥ is  more  than  or  equal  to 大于或等于号 
  %    per  cent 百分之… 
  ‰ per  mill 千分之… 
  ∞ infinity 无限大号 
   varies  as 与…成比例 
  √ (square)  root 平方根 
   since;  because 因为 
   hence 所以 
   equals,  as  (proportion) 等于,成比例 
   angle 角 
   semicircle 半圆 
   circle 圆 
   circumference 圆周 
  π pi  圆周率 
   triangle 三角形 
   perpendicular  to 垂直于 
   union  of 并,合集 
   intersection  of  交,通集 
  ∫ the  integral  of  …的积分 
  ∑ (sigma)  summation  of 总和 
  ° degree 度 
  ′ minute 分 
  ″ second 秒 
   Celsius  system 摄氏度 
  { open  brace,  open  curly 左花括号 
  } close  brace,  close  curly 右花括号 
  ( open  parenthesis,  open  paren 左圆括号 
  ) close  parenthesis,  close  paren 右圆括号 
  ()  brakets/  parentheses 括号 
  [ open  bracket  左方括号 
  ] close  bracket  右方括号 
  []  square  brackets 方括号 
  . period,  dot 句号,点 
  | vertical  bar,  vertical  virgule 竖线 
  &    amp; ampersand,  and,  reference,  ref 和,引用 
  * asterisk,  multiply,  star,  pointer 星号,乘号,星,指针 
  / slash,  divide,  oblique  斜线,斜杠,除号 
  // slash-slash,  comment  双斜线,注释符 
  # pound 井号 
  \ backslash,  sometimes  escape 反斜线转义符,有时表示转义符或续行符 
  ~ tilde 波浪符 
  . full  stop 句号 
  , comma 逗号 
  : colon 冒号 
  ; semicolon 分号 
  ? question  mark 问号 
  ! exclamation  mark  (英式英语)  exclamation  point  (美式英语) 
  ' apostrophe 撇号 
  - hyphen 连字号 
  --  dash  破折号 
  ... dots/  ellipsis 省略号 
  " single  quotation  marks  单引号 
  "" double  quotation  marks  双引号 
    parallel  双线号 
  ~ swung  dash  代字号 
  § section;  division  分节号 
   arrow  箭号;参见号 
break 跳出当前循环
case 开关语句分支
char 声明字符型变量或函数
const 声明只读变量
continue 结束当前循环,开始下一轮循环
default 开关语句中的“其他”分支
do 循环语句的循环体
double 声明双精度变量或函数
else 条件语句否定分支(与 if 连用)
enum 声明枚举类型
extern 声明变量是在其他文件正声明(也可以看做是引用变量)
float 声明浮点型变量或函数
for 一种循环语句(可意会不可言传)
goto 无条件跳转语句
if 条件语句
inline
int 声明整型变量或函数
long 声明长整型变量或函数
register 声明积存器变量
restrict
return 子程序返回语句(可以带参数,也看不带参数)
short 声明短整型变量或函数
signed 生命有符号类型变量或函数
sizeof 计算数据类型长度
static 声明静态变量
struct 声明结构体变量或函数
switch 用于开关语句
typedef 用以给数据类型取别名(当然还有其他作用)
union 声明联合数据类型
unsigned 声明无符号类型变量或函数
void 声明函数无返回值或无参数,声明无类型指针(基本上就这三个作用)
volatile 说明变量在程序执行中可被隐含地改变
while 循环语句的循环条件
C++语言中常用的关键字、类名、函数及其他常用单词

main主要的,主函数
bool定义布尔型变量
break跳出循环或switch语句
case switch语句中使用
char 定义字符型变量
class 定义类
const 定义常量
continue 继续,结束本次循环
default 缺省的,用于switch语句
delete 释放由new分配的内存
do 执行,do while循环
double 定义双精度实型变量
if else 如果。。。就。。。否则。。。
float 定义浮点型实型变量
for 一种循环语句
friend 定义友元
inline 定义内联函数
int 定义整型变量
long 定义长整型变量
new 动态分配内存
operator 运算符,用于运算符重载
private 私有的
protected 保护的
public 公有的
return 返回,用于在函数体内使函数得到一个返回值
short 定义短整型变量
signed 定义有符号的变量
sizeof xx的大小,用于得到一个变量的字节数
static 静态的
struct 定义结构体
switch 一种多分支语句
template 模板,定义模板函数或模板类使用的关键字
this 成员函数内的一个指针
typedef 为一种数据类型定义一个别名
typename 使用类似class,用于模板类或模板函数的定义
unsigned 定义无符号变量
using 使用
virtual 虚函数定义
void 空的,表示函数无返回值
while 当。。。的时候,一种循环结构
include 包含头文件命令
define 宏定义命令
string C++模板库已定义的类,用于定义字符串对象
substr 子串,string类的成员函数,用于得到一个子串
find 到,string类的成员函数,用于查一个子串
size 大小,长度,string类的成员函数,用于得到字符串长度
swap 交换,string类的成员函数,用于交换两个对象内容register for
complex C++模板库已定义的类,用于定义复数对象

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。