Home » Questions » Computers [ Ask a new question ]

Good STL-like library for C [closed]

Good STL-like library for C [closed]

"Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.












Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 7 years ago.





Improve this question





What are good libraries for C with datastructures like vectors, deques, stacks, hashmaps, treemaps, sets, etc.? Plain C, please, and platform-independent."

Asked by: Guest | Views: 318
Total answers/comments: 4
Guest [Entry]

"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"
Guest [Entry]

"As always, Google is your friend:

http://nixbit.com/cat/programming/libraries/c-generic-library/

specifically:

http://nixbit.com/cat/programming/libraries/generic-data-structures-library/"
Guest [Entry]

There's some stuff in the Apache Portable Runtime (APR) that I'd expect to be very solid.
Guest [Entry]

Maybe http://sglib.sourceforge.net/ if you want an easy to use, very fast, macro based library.