Index
O
Objects, function,
263
oct
format flag,
215
,
216
,
239
,
240
manipulator,
216
,
240
Octal constants,
15
off_type type,
243
,
256
ofstream( ),
219–220
,
247–248
ofstream class,
214
,
237
One's complement (~) operator,
39
,
40
open( ),
220
,
223
,
225
,
247–248
,
251
openmode data type,
243
Operator(s)
? (ternary),
43
arithmetic,
37
arrow,
5
,
8
,
9
,
44
,
47
,
83
,
92
assignment,
42–43
bitwise,
39–41
cast,
45–46
comma,
44
dot,
5
,
8
,
9
,
44
,
47
,
83
,
92
dynamic allocation,
49
,
66
,
75–76
,
179
functions,
76–77
I/O,
46–47
,
224–225
,
244
logical,
37–38
overloading,
50
,
76–77
pointer,
28
,
29
,
41–42
pointer-to-member,
47–48
precedence summary,
50
preprocessor,
57–58
,
77
relational,
37–38
scope resolution,
25
,
48
sizeof compile-time,
45
,
82
typeid,
49
,
91
operator keyword,
50
,
76–77
operator( ),
263
OR operator
bitwise (|),
39
logical (| |),
38
ostream class,
214
,
237
<ostream> header,
35
,
238
ostringstream class,
237
ostringstream( ),
258
ostrstream( ),
231
ostrstream class,
214
OutIter,
262
,
287
out_of_range exception,
323
overflow_error exception,
323
overload keyword,
61
Overloading
function,
21–22
operator,
50
,
76–77