What is the most popular generic collection data structure library for C?
Posted
by Tom Dalling
on Stack Overflow
See other posts from Stack Overflow
or by Tom Dalling
Published on 2010-06-12T06:54:26Z
Indexed on
2010/06/12
7:02 UTC
Read the original article
Hit count: 198
I'm looking for a C library that provides generic collection data structures such as lists, associative arrays, sets, etc. The library should be stable and well tested. I'm basically looking for something better than the crappy C standard library.
What C libraries fit this description?
EDIT: I'd prefer that the library was cross-platform, but failing that, anything that works on Mac/Linux.
© Stack Overflow or respective owner