< Previous | Contents | Next >
Single quote
Double quote Backslash Null character System bell Backspace Formfeed Newline
Carriage return Horizontal tab Vertical tab
Hexadecimal number
\’
\"
\\
\0
\a
\b
\f
\n
\r
\t
\v
\x
Description
Escape Sequences
Escape Sequence
397
This page intentionally left blank
! (NOT) operator, 61tbl, 66–67, 77
!= (not equal to) operator, 40tbl
& (reference operator), 189, 217 && (AND) operator, 61tbl, 77
* (dereference operator), 128, 146, 230
* (multiplication) operator, 14
. (member selection operator), 88, 259
:: (scope resolution operator), 9, 125, 259, 345
; (semicolon)
[ ] (subscripting operator), 93, 99,
þþ (increment operator), 27–28
< (less than) operator, 40tbl
<= (less than or equal to) operator, 40tbl
= (assignment operator), 21, 44,
== (equal to) operator, 40tbl, 44
> (greater than) operator, 40tbl
>= (greater than or equal to) operator, 40tbl