很好的 C 库集合?

发布于 2024-08-08 09:26:39 字数 1539 浏览 11 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

掩于岁月 2024-08-15 09:26:39

尝试 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.

小清晰的声音 2024-08-15 09:26:39

gnu 的glib 集合。此外,它对于许多平台都是可移植的。

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

这样的小城市 2024-08-15 09:26:39

您可能还会发现这个问题很有用:

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.

南风起 2024-08-15 09:26:39

另请检查 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.

红颜悴 2024-08-15 09:26:39

GLUT OpenGL 我可以推荐非常灵活的 C(图形)开发

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文