C++ Bitwise Operators
The bitwise operators are:
Bitwise AND (&)
Bitwise exclusive OR (^)
Bitwise inclusive OR (|)
These operators return bitwise combinations of their operands.
Send feedback
to MSDN.
Look here
for MSDN Online resources.