Index

Symbol

+ (addition operator), 58

& (address-of operator), 178, 181, 185, 200

&& (and operator), 76, 80

= (assignment operator), 36, 64, 76, 359–367

* (asterisk), 185–186, 189, 477

\ (backslash), 19, 48, 385

, (comma), 98, 148

+ (concatenation operator), 51, 291

* (dereferencing operator), 190

/ (division operator), 58

\\ (double backslashes), 385

// (double forward slashes), 20, 22

= (equal sign), 80

== (equality operator), 76, 445

> (greater than operator), 76

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

< (less than operator), 76

<= (less than or equal to operator), 76

. (membership operator), 289

% (modulus operator), 58

*/ (multiline comment), 20

/* (multiline comment), 20

* (multiplication operator), 39, 58, 292

!= (not equal to operator), ...

Get C++ Programming: Visual QuickStart Guide 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.