Search:

Type: Posts; User: Memloop

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    9,091

    I would start with converting the binary pattern...

    I would start with converting the binary pattern to hex by hand, and then simply assign it to an unsigned long int. Converting binary to hex is very easy since you can simply deal with one byte at a...
  2. Replies
    3
    Views
    9,091

    It's a stupid question since it assumes that...

    It's a stupid question since it assumes that integers are 32 bits. Also, the question fails to mention whether or not endianness should be considered (I'm guessing yes, otherwise the question would...
Results 1 to 2 of 2