Good collection of libraries for C? [closed]

☆樱花仙子☆ 提交于 2019-12-02 19:17:27

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.

BobbyShaftoe

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.

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.

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

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