This page demonstrates how to overload C++ operators, such as the + and =. This is a list of Operators you can overload.

Code Output
List of Operators that can be overloaded
+ - *
/ % ^
& | ~
! = <
>h; += -=
*= /= %=
^= &= |=
<< >> ><=
<<= == !=
<= >= &&
|| ++ --
->* , ->
[] () new and delete