Skip to main content

All Questions

20 votes
15 answers
5k views

What are bit operators good for? [closed]

Programming languages often come with various bit operators (e.g. bitwise left- and right shift, bitwise AND, OR, XOR...). These don't get used though very much, or at least such has my experience ...
Anto's user avatar
  • 11.2k