开发者

General purpose library for standard C?

I开发者_运维知识库s there any widely known general purpose library for standard C. I'm thinking of something like what Boost is for C++.

I found the C POSIX library... any other?


GLib, GObject, and GTK+ (links to Wikipedia) are good places to start. (GLib, GObject, and GTK are part of the GTK+ Project).

For numerical functions and algebra, there are the GNU Scientific Library, and implementations of CLAPACK and CBLAS (GSL includes CBLAS).

Please see also Wikipedia's list of numerical libraries. If you find more, consider contributing to the Wiki.


I have used GLib which provides almost every functionality of standard c libs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜