| |
| | Bitwise Operators - Dev Shed (Site not responding. Last check: 2007-10-10) |
 | | Bitwise Operators C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems. |
 | | A more useful use for the AND bitwise operator and would be to check if a particular bit (or bits) in a byte is set or not. |
 | | Now let's say you want to check if a user from the group has permission to execute this file or not, you need to check if the 4th bit from the right is set or not (irrespective of the values of the other bits). |
| forums.devshed.com /c-programming-42/bitwise-operators-39250.html (1073 words) |
|