Real world use cases of bitwise operators

Posted by Olivier Lalonde on Stack Overflow See other posts from Stack Overflow or by Olivier Lalonde
Published on 2010-01-19T20:45:25Z Indexed on 2010/03/17 23:51 UTC
Read the original article Hit count: 505

What are some real world use cases of the following bitwise operators?

  • AND
  • XOR
  • NOT
  • OR

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about bitwise-operators