|
|
posted on Saturday, August 01, 2009
by
Admin
(13)comments
- Categorized as WebForms
This post is a brush up on some of the bitwise operators that we shall be using for creating bitmasks to set permissions(my next post will be on exactly this subject. Bitmasks).
The c# bitwise operators I shall be covering here and are of par...
|
posted on Saturday, August 01, 2009
by
Admin
(6)comments
- Categorized as WebForms
In my previous post, i wrote about a brushup on four binary bitwise operators. In this post, i would like to cover how we can make use of binary bitwise operators to create 1 bit masks, working at the bit level, saving us lots of memory, while also ...
|