Possible Duplicate:
Real world use cases of bitwise operators
I'm not quite sure about bitwise operator &
and |
, can someone explain to me what exactly these operator do?
I have read tutorial in http://www.cprogramming.com/tutorial/bitwise_operators.html yesterday, butIi don't really know if I want to apply it in coding, can someone please give some examples .