C++ Language/Type/BitwiseRepresentation/BitShifting
A value's bits could be shifted leftwards or rightwards with <<
or >>
operators.
Additional information about bit shifting (includes interactive examples)
C++ Language |
A value's bits could be shifted leftwards or rightwards with <<
or >>
operators.
Additional information about bit shifting (includes interactive examples)