| ??? 02/19/02 06:02 Read: times |
#19927 - RE: 1 bit operation in C |
Ok, it's very easy. In C there’s a bitwise operators such as:
AND - &, OR - |, XOR - ^, NOT - ~, Shift left - <<, and Shift right - <<. The first four operators make logic binary operations on bits. The last two operators move the bits. Engoy, Hosman Roberto |
| Topic | Author | Date |
| 1 bit operation in C | 01/01/70 00:00 | |
| RE: 1 bit operation in C | 01/01/70 00:00 | |
| RE: 1 bit operation in C | 01/01/70 00:00 | |
| RE: 1 bit operation in C - Hosman | 01/01/70 00:00 | |
| RE: 1 bit operation in C - Aman | 01/01/70 00:00 | |
| RE: 1 bit operation in C | 01/01/70 00:00 | |
| RE: 1 bit operation in C - Andy | 01/01/70 00:00 | |
| RE: 1 bit operation in C - Andy | 01/01/70 00:00 | |
| RE: 1 bit operation in C - Andy | 01/01/70 00:00 | |
| RE: 1 bit operation in C - Andy | 01/01/70 00:00 | |
| RE: 1 bit operation in C - Andy | 01/01/70 00:00 | |
| RE: 1 bit operation in C - Andy | 01/01/70 00:00 | |
RE: 1 bit operation in C - Andy | 01/01/70 00:00 |



