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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/06/06 10:06
Read: times


 
#129054 - *nitpick*
Responding to: ???'s previous message
If he were familiar with the 'C' language, he would know that ther are specific shift operators as a standard part pf the language, and the bitwise operators are something completely different. <p>

Shifts are always bitwise. The opposite of bitwise would be logical, and while you can have logical boolean operators, logical shifts don't make much sense.

Other than that, I agree. The OP does not need to go to any compiler-specific forums, but pick up a standard C textbook.

Start with shifting variables.

Read up on arrays.

Apply shifting operators to array elements.

List of 18 messages in thread
TopicAuthorDate
shifting array elements using bitwise opeartor inC            01/01/70 00:00      
   Why?            01/01/70 00:00      
   Elaborate please.            01/01/70 00:00      
       opeartor inC            01/01/70 00:00      
         Possibly not            01/01/70 00:00      
            Possibly not            01/01/70 00:00      
               No, it doesn't            01/01/70 00:00      
                  *nitpick*            01/01/70 00:00      
                     Ah yes            01/01/70 00:00      
               may be not!            01/01/70 00:00      
                  We will never know ...            01/01/70 00:00      
                  my actual problem            01/01/70 00:00      
                     do not shift at all            01/01/70 00:00      
                        Circular buffer            01/01/70 00:00      
                     it's bytewise then, isn't it            01/01/70 00:00      
                     That makes _a lot_ more sense.            01/01/70 00:00      
                        just a small remark            01/01/70 00:00      
                           My bad.            01/01/70 00:00      

Back to Subject List