On Thu, 7 Jun 2001, qiuhb wrote: > The long type is 32-bit on IA32 and it is 64-bit on IA64,yes or no? Yes. Nowadays, long is the only standard C type whose size is likely to vary between platforms. int is 32-bit practically everywhere and long long is 64-bit everywhere. Note that the current situation *may* change in the future, so it's better to avoid relying on these sizes, if possible. DanReceived on Thu Jun 07 06:20:46 2001
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:04 EST