Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Thread: Helph me !

    by Norm
    Replies
    4
    Views
    1,057

    Re: Helph me !

    Are the digits in this String the positions you want: 87654321
    If those are the positions, how many bits does a value (say 1) have to be shifted left to get to position 1?
    How many to position 2?...
  2. Thread: Helph me !

    by Norm
    Replies
    4
    Views
    1,057

    Re: Helph me !

    Use the AND operator (&) to test if a bit is on. The results will be zero if the bit is not on.

    Can you explain what problem you are having?
    If you need help with some code: Post a small,...
Results 1 to 2 of 2