Aaron Ardiri <[EMAIL PROTECTED]> wrote:
> personally, the use of "char", "int" etc in Palm programming should
> be forbidden :) use the standard data types - they are more specific
> than "int". for example, Int32 = 32 bit integer.
>
> you'll have more readability this way.
I disagree with this. Sure, when you use Palm supplied/supported functions,
by all means use their types. But in order for your code to be as efficient
as you want, use literal ints. There's a reason the relevant standards
*dont* specify the exact size of an int: by not doing so, the compiler
vendor is free to use whatever sized int is 'natural' and/or most efficient
for the target CPU.
Sincerely,
Martin
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/