以下单词按照字母先后顺序排序:
abstract
抽象
abstract base class
抽象基类
access
访问
access control
访问控制
adaptor
适配器
aggregate
聚合
algorithms
算法
alias
别名
ambiguous
二义性
anonymous
匿名
argument
实参
array
实参
array
数组
assignment
赋值
associative container
关联容器
backslash
反斜杠
base class
基类
binary
二进制
binary operators
二元运算符
bind
绑定
bit - field
位域
bitwise operators
位运算符
block
块
bracket
中括号
buffer
缓冲区
built - in type
内置类型
byte
字节
capacity
容量
case sensitive
大小写敏感
catch
捕获
character
字符
class
类
class template
类模板
comma
逗号
comment
注释
complier
编译器
condition statement
条件语句
constant
常量
constructor
构造函数
container
容器
container adaptor
容器适配器
context
上下文
conversions
类型转换
copy constructor
拷贝构造函数
curly
大括号
dangling pointer
野指针
data member
数据成员
decimal
十进制
declaration
声明
decrement
递减
default
默认
definition
定义
dereference
解引用
derived class
派生类
destructor
析构函数
dynamic binding
动态绑定
dynamical
动态的
encapsulation
封装
enumerator
枚举
escape
转义
exception
异常
exception handling
异常处理
exception safety
异常安全
explicit
显式的
expression
表达式
extension
扩展
flush
刷新
format
格式化
friend
友元
friend class
友元类
friend function
友元函数
function call
函数调用
function object
函数对象
function overloading
函数重载
function pointer
函数指针
function table
函数表
function template
函数模板
generics
泛型
global variable
全局变量
handler
句柄
hash function
哈希函数
header
头文件
heap
堆
hexadecimal
十六进制
hierarchy
层次
identifier
标识符
implementation
实现
implicit
隐式的
increment
递增
indentation
缩进
inheritance
继承
initialization
初始化
inline
内联
instantiation
实例化
interface
接口
invalidatediterator
迭代器失效
iterator
迭代器
label
标签
library
库
lifetime
生存期
linker
链接器
list
列表
local variable
局部变量
logical operators
逻辑运算符
loop statement
循环语句
member function
成员函数
initialization list
初始化列表
memory leak
内存泄漏
memory management
内存管理
mod
取模
multidimensional array
多维数组
multiple inheritance
多重继承
name lookup
名字查找
namespace
命名空间
naming convention
命名规范
nest
嵌套
null pointer
空指针
object
对象
octal
八进制
operator overloading
运算符重载
operators
运算符
out -of -range
越界
overflow
溢出
overload
重载
override
重载
parameter
形参
parenthesis
小括号
pass by reference
引用传递
pass by value
值传递
pointer
指针
polymorphic
多态
priority level
优先级
private
私有的
program
程序
protected
保护的
public
公有的
queue
队列
random
随机的
random access
随机访问
recursion
递归
refactor
重构
reference
引用
reference count
引用计数
relational operators
关系运算符
return type
返回类型
return value
返回值
reverse iterator
反向迭代器
round
取整
semicolon
分号
sequential access
顺序访问
sequential container
顺序容器
size
大小
slash
斜杠
smart pointer
智能指针
source
源文件
specifier
说明符
stack
栈
standard library
标准库
statement
语句
static
静态的
string
字符串
struct
结构体
subscript
下标
template
模板
template parameter
模板参数
template specialization
模板特化
throw
抛出
type checking
类型检查
type independence
类型无关
unary operators
一元运算符
undefined
未定义的
uninitialized
未初始化的
unsigned
无符号的
variable
变量
vector
向量
virtual base class
虚基类
virtual function
虚函数