Symbols
^
, bitwise exclusive OR operator 905
,
(comma operator) 167
--
, predecrement/postdecrement 137
::
, unary scope resolution operator 247
!
, logical negation 188
!=
, inequality operator 59
'
digit separator (C++14) 225
'\0'
, null character 365
'\n'
, newline character 364
[]
, operator formap
689
*
, multiplication operator 55
*=
, multiplication assignment operator 137
/
, division operator 55
/*
*/
, multiline comment 46
//
, single-line comment 46
/=
, division assignment operator ...
Get C++ How to Program, 10/e 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.