Index

Symbols

+ (addition) operator, 314-316

& (address of) operator, 222-223, 257-258

= (assignment) operator, 50, 71, 317-320

& (bitwise AND) operator, 773

| (bitwise OR) operator, 774

{ } (braces), 27, 68

aligning, 779

nested if statements, 88-89

/* comment notation, 33

// comment notation, 33

?: (conditional) operator, 94-95

[] (brackets), 429

. (dot) operator, 150, 239

== (equal) operator, 79-80

\’ escape code, 58

\” escape code, 59

\? escape code, 59

\\ escape code, 59

\000 escape code, 59

- (decrement) operator, 74-76

^ (exclusive OR) operator, 774

>> (extraction) operator, 599, 603-604

> (greater than) operator, 80

>= (greater than or equal to) operator, 80

++ (increment) operator, 74-76

* (indirection) operator, 226, 280

<< (insertion) ...

Get Sams Teach Yourself C++ in 21 Days , Fifth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.