News

There is a somewhat unusual operator in C++ called bitwise exclusive OR, also known as bitwise XOR, written using the caret symbol ^. This operator is often used to toggle (i.e. change from 0 to 1, or ...