The Palm Knowledgebase has examples of all kinds of code. There are also other documents available on the Palm OS website. www.palmos.com/developers Search Google or your favorite search engine for posted code. Search the archives for past posts. Its more than likely if you can think of a question, it has already been asked and answered. (BTW, the link at the bottom of each post will lead you to the forum's archives.
Suggestion: The Palm OS is not the easiest platform to learn C/C++ on. I'd suggest you first get familiar with C on your desktop system and *then* start working with the Palm SDK. Why? The Palm API calls are not standard C library calls and you may get confused until you understand the fundamentals of C/C++ (IMHO). ----- Original Message ----- From: "DongDong" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Saturday, June 07, 2003 2:43 AM Subject: Use of floating-point var. > I'm in need of some examples about use of floating values in C under PalmOS. > For example, conversion of Float to string and versa vesa. It is unable to > use sprintf for the purpose. > > Since I'm a beginner about PalmOS & C, I don't understand many functions > after taking a look at Palm OS API Reference since no examples there. > > Can anybody recommend some web page with plenty of examples on Palm API? > > Thanks a lot! > > > > -- > 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/
