Have you ever had to use bit shifting in real projects?

Posted by Philip Morton on Stack Overflow See other posts from Stack Overflow or by Philip Morton
Published on 2009-02-06T15:10:04Z Indexed on 2010/06/09 5:32 UTC
Read the original article Hit count: 216

Filed under:
|

Have you ever had to use bit shifting in real programming projects? Most (if not all) high level languages have shift operators in them, but when would you actually need to use them?

© Stack Overflow or respective owner

Related posts about bit-manipulation

Related posts about bit-shift