LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   C open source library for storage items ( trees, double linked lists ) (https://www.linuxquestions.org/questions/programming-9/c-open-source-library-for-storage-items-trees-double-linked-lists-748233/)

zeelog 08-17-2009 03:25 PM

C open source library for storage items ( trees, double linked lists )
 
C++ has the Standard Template Library so you don't have to
re-invent the wheel every time you want to use a tree or linked list.
Does C have that kind of library too ? Or do I have to code
the data storage method myself ?

jrtayloriv 08-17-2009 03:52 PM

type the following into Google:

* c library linked list

* c library tree


All times are GMT -5. The time now is 03:30 AM.