August 2021
Intermediate to advanced
450 pages
9h 36m
Chinese
activation record(活动记录) namespace(名字空间)
argument(参数) namespace scope(名字空间作用域)
argument passing(参数传递) nested block(嵌套语句块)
call stack(调用栈) parameter(参数)
class scope(类作用域) pass-by-const-reference(传常量引用)
const pass-by-reference(传引用)
constexpr pass-by-value(传值)
declaration(声明) recursion(递归)
def i nition(定义) return(return语句)
extern return value(返回值)
forward declaration(前置声明) scope(作用域)
function(函数) statement scope(语句作用域)
function def i nition(函数定义) technicalities(技术细节)
global scope(全局作用域) undeclared identif ier(未定义标识符)
header f ile(头文件) using declaration(using声明)
initializer(初始化程序) using directive(using指令)
local scope(局部作用域)