Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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

List of 13 messages in thread
TopicAuthorDate
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      

Back to Subject List