Wesley Smith wrote:
cout << sizeof(int64_t) << endl; cout << sizeof(long long) << endl; print: 8 88*8 = 64 sizeof reports the # of bytes, not bits. wes
Thanks, I knew that. I was just confused why they weren't then being treated as the same type.
-- Yang Zhang http://www.mit.edu/~y_z/