All of this talk about unsigned floats got me thinking.

Has anyone used gcc's "long long int" (notice the two long's)?

Not really proper C/C++, but they support it in gcc/g++.  On the palm
sizeof(long int)=4
sizeof(long long int)=8

Just wondering if there are any problems with it (besides possible
portability to CW).  I notice that Int64 is NOT defined.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to