Bitwise operators - The Journey
If you are trying to search about bitwise operators on web you will find loads of information, although, when I was learning about bitwise none of those in the web could clarify my mind. But finally I have got a way to me is easier and faster to understand bitwise, I hope it will help you either. The bitwise table 128 64 32 16 8 4 2 1 The table above represents the chain of bit that we have. This table will be our guide through the bitwise word, before we continue just have look at the table and see...