> I'm not certain if the size of data types such as ints and pointers 
> will expand to 64-bits in the compiler. I don't find that likely since 

I'm pretty sure that pointers are 64 bit on most 64 bit architectures.
Likewise, long int.  int is normally still 32 bit.

Code that assumes anything about the size of pointers as related to the
size of ints is severely broken.

Regards,
-Gerhard
-- 
| voice: +43 (0)662 642934  ***  web: http://www.cosy.sbg.ac.at/~gwesp/
|
| If emailing to [EMAIL PROTECTED] doesn't work, please try [EMAIL PROTECTED]

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to