3.24 术语
ampersand (&) suffix &号后缀
caller 调用者
argument in a function call 函数调用中的参数
calling function 调用函数
auto storage class specifier auto存储类说明符
coercion of arguments 强制参数类型转换
automatic storage 自动存储
collaboration 协作
automatic stooge class 自动存储类
component 组件
automatic variable 自动变量
const
base case recursion 递归中的基本情况
constant variable 常量变量
block 块
copy of avalue 数值副本
bilk scope 块范围
dangling reference 悬挂引用
C++standard library C++标准库
default function arguments 默认函数参数
call a function 调用函数
divide and conquer 分而治之,各个击破
call-by-reference 按引用调用
elementofchance 机会元素
call-bY-value 按值调用
enum
called function 被调用函数
enumeration 枚举
enumeration constant 枚举常量
rand
extern storage class specifier extern
存储类说明符 random number generation 随机数产生
factorial function 阶乘函数
randomize 随机化
file scope 文件范围
RAND_MAX
function 函数
read-only variable 只读变量
function call 函数调用
recursion 递归
function declaration 函数声明
recursive call 递归调用
function definition 函数定义
recursive function 递归函数
function overloading 函数重载
reference parameter 引用参数
function prototype 函数原型
reference type 引用类型
function scope 函数范围
register storage class specifier register 存储类说明符
function signature 函数签名
return
global variable 全局变量
return-value-type 返回值类型
header file 头文件
scaling 比例缩放
infinite recursion 无穷递归
scope 作用域(范围)
information hiding 信息隐藏
shifting 位移
inline function 内联函数
side effect 副作用
invoke a function 调用函数
signature 签名
iteration 迭代
simulation 模拟
linkage 连接
software engineering 软件工程
linkage specification 连接指定
software reusability 软件复用
local variable 局部变量
srand
math library functions 数学库函数
standard library header files 标准库头文件
mixed-type expression 混合类型表达式
static storage class specifier static 存储类说明符
modular program 模块化程序
static storage duration 静态存储期
name decoration 名字修饰
static variable static 变量
name mangling 名字改编
storage class specifier 存储类说明符
named constant 命名常量
storage class 存储类
optimizing compiler 优化编译器
template
overloading 重载
template function 模板函数
parameter in a function definition 函数定义中的
time 参数
type-safe linkage 类型安全连接
principle of least privilege 最低权限原则
unary scope resolution operator 一元作用域运
programmer-definnd function 程序员定义的函数算符
promotion hierarchy 层次提升
unsigned void