The big anti-hijack thread.....
Talk about anything, but if this works than we don't have to keep looking around all the threads to see who is still on tonight, and every night, or even every day! Talk about the chiefs, talk about tomorrow, talk about football, politics or even how to do flooring and the applicable budget. What you're drinking, how hard it is to sleep, etc. Every thing is acceptable in this thread.....
Originally Posted by Simplex3:
Each byte is comprised of 8 bits, so a 2 byte integer has 16 bits available. A bit can only store either 1 or 0, so a two byte integer "1" is stored in memory as:
0000000000000001
"2" is stored as
0000000000000010
"3" is stored as
0000000000000011
... and so forth. So, eventually our 16 bits of memory are completely filled with ones, meaning we can't make our number any larger. That happens to equal 65,535.
Basically when converting binary, the furthest right hand position is "1", then moving left the values of the position double. So, moving from left to right the positions are:
Originally Posted by Joie:
I am going with it hates me. I was scared I'd been banned. I know I'm a smartass but I didn't think I'd committed a bannable offense.
Originally Posted by Joie:
I am going with it hates me. I was scared I'd been banned. I know I'm a smartass but I didn't think I'd committed a bannable offense.