Good collection of libraries for C? [closed]

﹥>﹥吖頭↗ 提交于 2019-12-03 05:46:32

问题


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


回答1:


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.




回答2:


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




回答3:


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.




回答4:


check also gnulib's data structures. This library also provides many other features as well as portable layer to ANSI/non-ANSI compilers and POSIX/non-POSIX systems.




回答5:


checkout http://www.invincibleideas.com/library.asp




回答6:


GLUT OpenGL I can recommend for very flexible C (graphics) development



来源:https://stackoverflow.com/questions/1588385/good-collection-of-libraries-for-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!