Index

SYMBOLS

# (number sign), 35

&& (AND) logical operator, 115–116

! (NOT) logical operator, 116–117

|| (OR) logical operator, 116–117

& (address-of) operator, 431–433

+ (arithmetic) operator, 60

= (assignment) operator, 532–536, 539–546

—(decrement) operator, 65, 320

/ (division) operator, 60

. (dot) operator, 360

== (equal to) operator, 77

>> (extraction) operator, 46–47

++ (increment) operator, 63–65, 320–322

<< (insertion) operator, 34, 47, 54

* (multiplication) operator, 60

! = (not equal to) operator, 77

% (remainder) operator, 61

[ ] (subscript) operator, 340–343

- (subtraction) operator, 60

A

abstract base classes, 392–393

abstract classes, 510

access specifiers

default, 398

private access specifier, 377–379, 398–399

protected access ...

Get Object-Oriented Programming in C++, Fourth 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.