At 07:04 AM 6/7/2005, you wrote:
Hello

I am using double datatype directly in palm declaring
as
double d, c;

Is double datatype supports in Palm?
If supports How we can use double datatype? directly
we can use? any header file has to be include?

like UInt32(4 bytes) there is any datatype which
supports 8bytes? i given UInt64 but it doesnt
supports.

The compilers on Palm OS use "long long" and "unsigned long long" for 64-bit integer types. double is also supported. Just declare double variables and use them. However, there's very little OS support for floating point input and output, so you'll need to write your own conversion routines or use code that's available on the net. StrPrintF doesn't have a %f modifier, for example.


-- Ben Combee, Senior Software Engineer, palmOne, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Forum Archives:   http://news.palmos.com/read/all_forums/


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

Reply via email to