UInt16 is a 16-bit unsigned integer, I don't know off the top of my head,
but it's probably typedefed somthing like:

typedef unsigned short int UInt16;

Similarly, UInt32 is an unsigned 32-bit integer somthing like:

typedef unsigned long int UInt32;

They're just shorter ways of writing unsigned <blah blah>. Also, it means
that you can change their definitions easily on systems where (for example)
short is not 16-bits long and somthing else is.

-----Original Message-----
From: Rigis Daniel de Oliveira [mailto:[EMAIL PROTECTED]]
Sent: 10 July 2002 13:00
To: Palm Developer Forum
Subject: UInt16? UInt32? What is this?


Hy all!

I'd like to know what mean UInt16 and UInt32. I looked at Palm Docs, but
can't find nothing that explain me these things are.

Thanks!



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


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

Reply via email to