It's almost like there should be a full-width type, one that is 32 bits on a 32-bit platform, and 64 bits on 64-bit.
Thoughts? Jake Goulding wrote:
That does leave me with the issue that there are a bunch of assumptions thatsizeof(long) == sizeof(size_t) == sizeof(void *) Any suggestions on how best to tackle that issue?