Hello Coders: Do you know which C/C++ compilers have problems doing 64bit integer arithmetic on 32bit systems?
It looks like GCC should be OK. What about Microsoft VC6 and VC7.1? And other C/C++ compilers that support 32-bit operating systems? REF: 32-bit Machines long = 32 bit long long = 64 bit or some (8-byte structure for arithmetic) = 64 bit 64-bit Machines long = 64 bit Sincerely, Steven J. Hathaway --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
