what does ^= mean in c/c++?

I have following line of code:

contents[pos++] ^= key[shift++];

What does operator ^= mean?

11
задан Benjamin 4 February 2014 в 16:06
поделиться