Hello... thanks for the reply! Here's my way of extracting the data:
And here is my result:
I am not sure if what I am doing is correct but I am expecting my result to be like this:
First 8 bytes (u long long): 0000000000000000000000000000001011101110101111011011000100001001
Second 8 bytes (double): 100
Where the 0000000000000000000000000000001011101110101111011011000100001001 is the binary
string of the first 8 bytes and the 100 is the double value.
I am thinking that I should convert the first 8 bytes into a binary string. That's what I'm working on now.. but if you have better ideas I hope you can share it to me. Thanks again in advance!