botmeister
21-01-2004, 21:47
In some cases 32 bit intergers are just not big enough, and using the 64 bit integer is mighty tempting. However I want to make sure my code is reasonably cross platform compatible especially with most Linux based systems.
Anyone know how well supported is the __int64 integer type (or equivalent) accross C++ compilers?
Anyone know how well supported is the __int64 integer type (or equivalent) accross C++ compilers?