I suggest doing the tutorial included with the SDK. In it, you build
something like the built in Memo Pad application. The tutorial is broken
down in stages, with each stage resulting in a program that compiles, links,
and runs. This is a good approach to C development. The application uses a
single database, with each memo being stored as a record. The record format
is simply a null terminated string. You can't get much simpler than that.
-
Peter Epstein

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

Reply via email to