+
and *
.
operator
followed by the symbol for the operator.
a + b
is equivalent to
operator+(a, b)
+
, -
, *
, &
+
, -
, *
, /
, %
==
, !=
<
, >
, <=
, >=
&&
, ||
, !
&
, |
, ~
, ^
<<
, >>
=
+=
, -=
, *=
, /=
,
%=
, &=
, |=
, ^=
,
<<=
, >>=
++
, --
new
, delete
,
, ->*
, ->
, ()
, []
.
, .*
, ::
, ?:
, sizeof
This page was last modified on Feb 1, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/Operators.html