[Tutor] What is the augmented assignment operator "^="

Rikard Bosnjakovic rikard.bosnjakovic at gmail.com
Mon Feb 19 12:45:27 CET 2007


On 2/19/07, Dick Moores <rdm at rcblue.com> wrote:

> It's the remaining seven I'm wondering about, or really about >>, <<,
> &, ^, and | .

This webpage will tell you - in detail - about all the operators:
http://www.lnf.infn.it/Calcolo/doc/aixcxx/html/language/ref/ruclxbin.htm

The bitwise operators are hard to understand without proper knowledge
about the binary number system. I recommend you to read up about it,
if you feel the operators are somewhat difficult to understand.


-- 
- Rikard.


More information about the Tutor mailing list