Re: 'long long' not standard

Originally Posted by
Lindley
Just use long long. C++0x will standardize it anyway, and you don't have any better options.
By the way, long is a 32-bit type on 64-bit Windows, too. That's the part that's *really* strange. (It's 64 bits on 64-bit Linux.)
On 64-bit windows, long is only 32 bits? What the? That means 'int' must be less than or equal to 32 bits!!
--MrDoomMaster
--C++ Game Programmer
Don't forget to rate me if I was helpful!