Question
What are good libraries for C with datastructures like vectors, deques, stacks, hashmaps, treemaps, sets, etc.? Plain C, please, and platform-independent.
Answer
The Glib library used on the Gnome project may also be some use. Moreover it is pretty well tested.
IBM developer works has a good tutorial on its use: Manage C data using the GLib collections
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/2540/" >Good STL-like library for C< /a>
0 comments:
Post a Comment