Good collection of libraries for C? [closed] Good collection of libraries for C? [closed] unix unix

Good collection of libraries for C? [closed]


Try glib? It's used by GTK+, but it can also be used on other platforms. You can also try Apache APR, which is used by the Apache web server and some of their other C components, or NSPR, which is used by Mozilla projects in C.


gnu's glib collection. furthermore, it's portable for many platforms.


You might also find this question useful:

Container Class / Library for C

As well, this book might be interesting:

Mastering Algorithms with C

The full source code is on the CD and it has code for most of those data structures and algorithms.