Bitwise Operator C#
Posted by Flamez53
Last Updated: June 22, 2014
Yo yo yo folks i just wanned to get some feedback on bitwise operators in the c# language. Like what uses is it good for, encryption?? Is it more geared towards general programming or is it geared towards special usage hence i stated encryption. I dunno man this example :

Assume variable a holds 60  and variable b holds 13, then

|- binary OR operator copies a bit if it exists in either operand.

Example- (A|B) will give 61, which is 0011 0001

So like.....da fuk that shit mean??????
Related Content