1、G首字母
英文 | 中文 |
garbage collection | 垃圾回收 |
garbage value | 垃圾值 |
gcount member function | gcount成员函数 |
get function | get函数 |
get member function | get成员函数 |
getline member function | getline成员函数 |
global object | 全局对象 |
global variable | 全局变量 |
good member function | good成员函数 |
goto statement | goto语句 |
grep | UNIX实用程序 |
2、H首字母
英文 | 中文 |
has a relationship | "是"关系 |
head file | 头文件 |
heap | 堆 |
helper function | 帮助函数 |
hex stream manipulator | hex流操纵算子 |
hierarchical relationship | 层次关系 |
high-level language | 高级语言 |
3、I首字母
英文 | 中文 |
IDE | 集成开发环境 |
identifier | 标识符 |
#if | 当条件为真时,指示编译程序将#if和与其相匹配的 |
if selection structure | if选择结构 |
if structure | if结构 |
if/else selection structure | if/else选择结构 |
ifstream class | ifstream类 |
ignore member function | ignore成员函数 |
implementation inheritance | 实现继承 |
implementation of a class | 类的实现方法 |
implicit parameter | 隐式参数 |
implicit type conversions | 隐式类型转换 |
#include | 指示编译程序包含头文件的指令 |
in-core formatting | 内核格式化 |
increment a pointer | 递增指针 |
increment operator(++) | 自增运算符 |
indefinite postponement | 无限延迟 |
indefinite repetition | 不确定重复 |
independent software vendor(ISV) | 独立软件供应商 |
indirect base class | 间接基类 |
indirection | 间接 |
indirection operator(*) | 间接运算符 |
indirectly reference a variable | 间接引用变量 |
infinite loop | 无限循环 |
infinite recursion | 无穷递归 |
infinite recursion error | 无穷递归错误 |
information hiding | 信息隐藏 |
inheritance | 继承 |
initialization | 初始化 |
initialize a class object | 初始化类对象 |
initialize a pointer | 初始化指针 |
initialize an array | 初始化数组 |
inline function | 内联函数 |
inline member function | 内联成员函数 |
in-memory formatting | 内存格式化 |
input device | 输入设备 |
input/output | 输入/输出设备 |
instance of a class | 类的实例 |
instantiate an object of a class | 实例化类对象 |
instantiation of a class | 类实例化 |
integer division | 整除 |
integer division | 两个整数相除,只取商的整数部分 |
integer | 整型 |
interface | 接口 |
interface inheritance | 接口继承 |
interface to class | 类的接口 |
interface | 函数集合 |
interpreter | 解释器 |
invoke a function | 调用函数 |
standard header file | 标准头文件 |
iostream | 输入输出流 |
iostream.h | 是I/O流的标准头文件 |
“is” a relationship | "是"关系 |
iteration | 迭代 |
iterator | 迭代器 |