So, what is the reason of FlpCompDouble, for example?



Luc Le Blanc wrote:
Regis melo wrote:

    How can I represent a float point value using C and Palm OS?

    There is any implementation that do that for me?

        Float f  = 2.34;

How about trying to compile:

float f = 2.34;

You'll be amazed: it works! (note the C type does not take an uppercase)



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

Reply via email to