+ 1
Application of bitwise operator ?
2 Respostas
+ 6
before asking what is the use of bitwise operations you should know what is the use of binary interpretation. After that I can give you my experience: in encription algorithm and in algebra (not linear) bitwise op. are often used because are faster than the common operation (think about multiplication or division of big numbers).
+ 4
manipulating registers on microcontrollers