%o格式 (format)
对象 (object)
I/O
数组元素 (array element)
自动 (automatic)
自动存储对象的建构函数 (constructor for free store)
创建 (creation)
创建,局部性 (creation, localization of)
格式 (format)
自由存储 (free store)
函数 (function)
全局 (global)
层次结构 (hierarchy)
的种类 (kind of)
的生存期间 (lifetime of)
成员 (member)
的放置 (placement of)
真实世界 (real-world)
的状态 (state of)
static
临时 (temporary)
union成员 (member)
大小可变 (variably-sized)
Object
实例
面向对象 (object-oriented)
设计 (design)
程序设计 (programming)
纯 (pure)
对象的数组 (objects, array of)
oct
oct()
八进制 (octal)
输出 (output)
单定义规则ODR (the one-definition-rule)
偏移量,指向成员的指针 (offset, pointer to member and)
off_type
char_traits
ofstream
老风格函数定义 (old-style function definition)
唯一正确方法 (one right way)
超末端一个 (one-beyond-last)
单定义规则 (one-definition-rule),ODR
Op
打开 (open)
为读,输入 (for reading, in)
为写,输出 (for writing, out)
名字空间 (namespace is)
open(),messages
打开文件 (opening of file)
openmode
操作 (operation)
bitset
的效率 (efficiency of)
前端 (front)
迭代器 (iterator)
表 (list)
自然 (natural)
对容器 (on container)
操作 (operations)
complex
对引用 (on references)
对结构 (on structure)
选择 (selecting)
class的操作集合 (set of class)
valarray
向量 (vector)
运算符 (operator)
'
!=,不等 (not equal)
%,取模 (modulus)
&,按位与 (bitwise and)
&&,逻辑与 (logical and)
*,乘 (multiply)
+,加 (plus)
+,用户定义 (user-defined)
++,增量 (increment)
++,用户定义 (user-defined)
+=
+=,用户定义 (user-defined)
-,减 (minus)
--,减量 (decrement)
--,用户定义 (user-defined)
-=
->,成员访问 (member access)
->,用户定义 (use-defined)
->*
.,成员访问 (member access)
.*
/,除 (divide)
::
::和virtual函数 (function)
::,作用域解析 (scope resolution)
<,小于 (less than)
<<,输出 (output)
<=,小于等于 (less than or equal)
=,用户定义 (user-defined)
==,等于 (equal)
>,大于 (greater than)
>=,大于等于 (greater than or equal)
?:
^,按位不相交或 (bitwise exclusive or)
和内部类型,用户定义 (and built-in type, user-defined)
和enum,用户定义 (and enum, user-defined)
应用 (application)
算术 (arithmetic)
赋值 (assignment)
的结合性 (associativity of)
约束强度 (binding strength)
调用 (call)
比较运算符 (comparison operator)
组合 (composite)
声明符 (declarator)
delete
访问运算符的定义 (design of access)
基础 (foundation)
new
运算符比较 (operator comparison)
重载 (overloaded)
重载,实例 (overloading, example of)
优先级 (precedence)
预定义意义 (predefined meaning for)
堆栈 (stack)
总结 (summary)
三元 (ternary)
类型转换 (type conversion)
用户定义 (user-defined)
用户定义二元 (user-defined binary)
用户定义一元 (user-defined unary)
|,按位或 (bitwise or)
||,逻辑或 (logical or)
~,按位补 (bitwise complement)
operator
delete()
delete[]()
functions,list of
new()
new[]
void*()
operator()
operator=,vector
operator[]
operator
运算符 (operators)
和namespace
按位逻辑 (bitwise logical)
基本 (essential)
成员和非成员 (member and nonmember)
n元 (n-ary)
优化容器 (optimal container)
最优化 (optimization)
or
关键字 (keyword)
运算符|,按位 (operator|, bitwise)
运算符||,按位 (operator ||, logical)
顺序 (order)
核对 (collating)
建构 (of construction)
建构核析构 (of construction and destruction)
求值 (of evauation)
域的 (of fields)
成员初始化 (of member initialization)
字符串 (string)
or_eq关键字 (keyword)
组织 (organization)
I/O系统的 (of I/O system)
标准库 (standard libraty)
组织的惯性 (organizational inertia)
正交性,方便性和 (orthogonality, convenience and)
oseq() 实例
<ostream>
和 <iostream>
ostream
<<
和缓冲区 (and buffer)
和异常 (and exception)
和迭代器 (and iterator)
和streambuf
的赋值 (assignment of)
复制 (copy)
put()
template和
write()
ostreambuf迭代器 (iterator)
ostreambuf_iterator
ostream_iterator
ostringstream
ostrstream
out
out,为读打开 (open for writing)
out(),codecvt
out_of_range
和at()
string
输出 (output)
<<
C输入和 (input and)
int的位数 (bits of int)
bitset
complex
输入和输出间的联系 (connection between input and)
cout
十进制 (decimal)
double
失败 (failure)
域 (field)
float
浮点数 (floating-point)
的刷新 (flushing of)
格式化 (formatted)
函数 (function),virtual
十六进制 (hexadecimal)
输入和 (input and)
整数 (integer)
迭代器 (iterator)
操控符 (manipulator)
八进制 (octal)
bool
内部类型的 (of built-in type)
char
日期的 (of date)
货币值的 (of monetary amount)
数值的 (of numeric value)
指针的 (of pointer)
时间的 (of time)
用户定义类型的 (of user-defined type)
运算符 (operator) <<
填充 (padding)
序列 (sequence)
string
文件的 (to file)
非缓冲的 (unbuffered)
valarray
为什么用<< (why, <<for)
output_iterator_tag
overflow,堆栈 (stack)
overflow()
overflow_error and to_ulong()
开销 (overhead)
重叠的序列 (overlapping sequences)
重载 (overload)
解析 (resolution)
解析,手工 (resolution, manual)
返回类型和 (return type and)
作用域和 (scope and)
重载的 (overloaded)
函数名 (function name)
运算符 (operator)
重载 (overloading)
const和
运算符重载的例 (example of operator)
函数 (function) template
namespace和
覆盖 (override)
来自 (from) virtual基类 (base class)
private基类 (base)
覆盖函数的类型 (overriding function, type of)
覆盖和插入 (overwriting vs insertion)
本页由裘宗燕建立和维护,保留所有权利。
这里的材料可自由地用于个人学习或普通教学活动。其他方式的使用应事先得到作者书面认可。 |