Nihar,
You could use an Array or a Linked List but all of the list handling you 
will have to do yourself.  The other option is to use the Data Manager and 
create a temp database to use for your list.

I found some samples of various C algorithms here 
http://www.cs.fiu.edu/~weiss/dsaa_c2e/files.html which include the code for 
a basic linked list.

Hope this helps.

FYI, you can use C++ on PalmOS you just have to be careful what you try to 
do, and I believe that the Code Warrior C++ framework library has some kind 
of list class.

Richard
At 04:06 PM 4/19/2002 +0530, you wrote:
>Hi fellas
>
>Is there anything similar to the collection objects in palm os?? something
>like cPtrList in VC++ or vector datatype in java??
>I am coding in C so i cant use c++ datatypes.
>Basically I have a delimited string which contains records from a SQL
>database. I have to store it in proper form and access the data.
>ne ideas??
>
>thanks in advance
>cheers,
>Nihar
>
>
>--
>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/

Reply via email to