Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good collection of libraries for C? [closed]

Tags:

I'm looking for a good collection of libraries for ANSI-C, stuff for handling vectors, hash maps, binary tress, string processing, etc.

like image 876
thr Avatar asked Oct 19 '09 12:10

thr


1 Answers

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.

like image 86
blwy10 Avatar answered Nov 07 '22 20:11

blwy10