We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
尝试 glib 吗?它由 GTK+ 使用,但也可以在其他平台上使用。您还可以尝试 Apache APR,它由 Apache Web 服务器及其其他一些 C 组件使用,或者NSPR,由 C 语言的 Mozilla 项目使用。
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 的glib 集合。此外,它对于许多平台都是可移植的。
gnu's glib collection. furthermore, it's portable for many platforms.
您可能还会发现这个问题很有用:
C 的容器类/库
此外,这个这本书可能会很有趣:
Mastering Algorithms with C
完整的源代码在 CD 上,其中包含以下代码大多数数据结构和算法。
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.
另请检查 gnulib 的 数据结构。该库还提供许多其他功能以及 ANSI/非 ANSI 编译器和 POSIX/非 POSIX 系统的可移植层。
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.
签出 http://www.invincibleideas.com/library.asp
checkout http://www.invincibleideas.com/library.asp
GLUT OpenGL 我可以推荐非常灵活的 C(图形)开发
GLUT OpenGL I can recommend for very flexible C (graphics) development