1、D首字母
中文 | 英文 |
dangling pointer | 悬挂指针 |
dangling reference | 悬挂引用 |
data | 数据 |
data field | 数据成员 |
data member | 数据成员 |
date type | 数据类型 |
debugger | 调试器 |
decision | 判断 |
declaration | 声明 |
declare an array | 声明数组 |
decrement a pointer | 递减指针 |
decrement operator(--) | 自减运算符 |
default case in switch | switch中的默认case |
default constructor | 默认构造函数 |
#define | 用以定义常量和宏的指令,在欲处理阶段, #if和#ifdef指令也将需要这些值. |
default function arguments | 默认函数参数 |
default member wise copy | 默认的成员复制 |
definite repetition | 确定重复 |
definition | 定义 |
delay loop | 延迟循环 |
delete operator | delete 运算符 |
delimiter | 分隔符 |
dereference a pointer | 复引用指针 |
dereferencing | 递引用 |
dereferencing operator(*) | 复引用运算符 |
derived class | 派生类 |
derived-class constructor | 派生类构造函数 |
derived-class destructor | 派生类析构函数 |
derived-class pointer | 派生类指针 |
destructor | 析构函数 |
dictionary ordering | 词典序 |
directory | 目录 |
direct base class | 直接基类 |
directly reference a variable | 直接引用变量 |
displacement into vtable | vtable位移 |
distributed computing | 分布式计算 |
divide and conquer | 分而治之,各个击破 |
do/while repetition structure do/while | 重复结构 |
dot member selection operator(.) | 圆点成员选择运算符 |
dot notation | 点运算符 |
double-selection structure | 双项选择结构 |
double-subscripted array | 双下标数组 |
doubly linked list | 双向链表 |
dynamic binding | 动态绑定 |
dynamic memory allocation | 动态内存分配 |
2、E首字母
英文 | 中文 |
early binding | 提前关联 |
editor | 编辑器 |
element of an array | 数组元素 |
element of chance | 机会元素 |
eliminating switch statements | 消除switch语句 |
empty exception specification | 空异常指定 |
empty statement | 空语句 |
encapsulation | 封装 |
#endif | 之间的代码包含进来的预处理指令 |
end of file | 文件结束 |
enumeration | 枚举 |
enumeration constant | 枚举常量 |
enumerated type | 枚举类型 |
escape character(\) | 转义符 |
escape sequence | 转义序列 |
exception | 异常 |
exception handler | 异常处理 |
executable file | 可执行文件 |
execution-time error | 执行时错误 |
explicit parameter | 显式参数 |
explicit pointer conversion | 显式指针转换 |
explicit type conversions(with casts) | 显式类型转换(使用强制类型转换运算符) |
expression | 表达式 |
extension | 扩展名 |
extensibility | 可扩展性 |
extern storage class specifies | extern存储类说明符 |
3、F首字母
英文 | 中文 |
factorial function | 阶乘函数 |
failed stream state | 失败的流状态 |
fatal error | 致命错误 |
Fibonacci number | 斐波纳契数列 |
field accessor | 成员访问函数 |
field mutator | 成员变异函数 |
file | 文件 |
file pointer | 文件指针 |
file scope | 文件范围 |
file server | 文件服务器 |
filed width | 域宽 |
fixed-point format | 定点格式 |
flags member function | flags成员函数 |
floating-point number | 浮点数 |
flow of control | 控制流 |
flush member function | flush成员函数 |
flush stream manipulator | flush流操纵算子 |
folder | 文件夹 |
for repetition structure | for重复结构 |
formal parameter in a template header | 模板首部中的形式参数 |
format flags | 格式标志 |
format states | 格式状态 |
formatted I/O | 格式化I/O |
friend of a base class | 基类友元 |
friend of a derived class | 派生类友元 |
friend of a template | 模板的友元 |
friend overloaded operator | 函数调用运算符 |
fstream class | fstream类 |
fully qualified name | 完全限定名 |
function | 函数 |
function call | 函数调用 |
function declaration | 函数声明 |
function definition | 函数定义 |
function overloading | 函数重载 |
function overriding | 函数重定义 |
function pointer | 函数指针 |
function prototype | 函数原型 |
function scope | 函数范围 |
function signature | 函数签名 |
function template | 函数模板 |
function template declaration | 函数模板的声明 |
function template definition | 函数模板的定义 |