Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,480

    Re: Byte Operation

    Querying the status of a bit (via bit-masking)

    Once you know how to query the status of a bit, it's not too difficult to iterate through all the bits you have. You can use shift operators to...
  2. Replies
    4
    Views
    1,480

    Re: Byte Operation

    use bitwise and masking and a loop.
Results 1 to 2 of 2