Index (N-O)

%n格式 (format)
\n,换行符 (newline)
名字 (name)
约束 (binding)
约束 (binding),template
里的字符 (character in)
冲突 (clash)
依赖 (dependent)
隐藏 (hiding)
locale
长 (long) namespace
查找 (lookup),namespace
namespace 限定 (qualified)
短 (short) namespace
串 (string),locale
名字,保留的 (names, reserved)
名字空间 (namespace)
嵌套的 (nested)
转变到 (transition to)
namespace
别名 (alias)
别名,重新打开 (alias re-open)
和 ::
和class
和重载 (and overloading)
组合 (composition)
全局 (global)
协助函数和 (helper function and)
是开放的 (is open)
连接和 (linkage and)
成员声明和定义 (member declaration and defintion)
缺少 (missing)
名字,长 (name, long)
名字查找 (name lookup)
名字,短 (name, short)
运算符和 (operators and)
的作用 (purpose of)
限定的名字 (qualified name)
重新打开 (re-open)
rel_ops
从中选择 (selection from)
std
无名的 (unnamed)
using
命名约定,迭代器 (naming convention, iterator)
narrow()
ctype
n元运算符 (n-ary operators)
本国的 (national)
字符集 (character)
规定 (conventions)
自然的操作 (natural operation)
NDEBUG
negate ?
negative_sign(),moneypunct
neg_format(),moneypunct
嵌套的 (nested)
class
函数 (function)
名字空间 (namespace)
嵌入 (nesting)
<new>
new
和数组 (and array)
和异常 (and exception)
bad_alloc和
异常和 (exception and)
运算符 (operator)
放置 (placement)
大小和 (size and)
new()
operator
放置 (placement)
new[](),operator
new_handler
_newhandler
换行符 (newline) \n
next_permutation()
Nicholas
noboolalpha ( )
Nocase
结点 (node)
类 (class)
class,抽象 (abstract)
class,具体 (concrete)
非C++程序 (non-C++ program)
非const串文字量,贬斥 (non-const string literal, deprecated)
none()
非局部 (nonlocal) goto
非成员运算符,成员和 (nonmember operators, member and)
非修改性序列算法 (nonmodifying sequence algorithm)
非标准库 (non-standard library)
非类型template参数 (non-type template parameter)
norm()
noshowbase()
noshowpoint()
noshowpos()
noskipws()
不是类 (not a class)
不等于运算符 (equal operator) !=
not关键字 (keyword)
notl()
和unary_negate
not2()
和binary_negate
记法的值 (notation, value of )
not_eof(),char_traits
not_eq关键字 (keyword)
not_equal_to! =
不抛出保证 (nothrow guarantee)
nothrow
分配器 (allocator)
nouppercase()
npos
nth_element()
空 (null)
0 零 (zero)
指针0 (pointer 0)
NULL
数 (number)
格式 (format)
标点 (punctuation)
的大小 (size of)
数值 (numeric)
算法,广义 (algorithm, generalized)
数组 (array)
限制 (limits)
值的输入 (value, input of)
值的输出 (value, output of)
<numeric>
数值计算 (numerical computation)
numeric_limits
num_get
和>>
facet
get()
numpunct facet
num_put
和<<
facet
put()
大O记法 (notation)

%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)


本页由裘宗燕建立和维护,保留所有权利。

这里的材料可自由地用于个人学习或普通教学活动。其他方式的使用应事先得到作者书面认可。