有哪些有用或者有趣的c语言库?

常用数据结构的库,比较好的有哪些? 网络编程比较好的库有哪些? 各种有意思的c库,知道的朋友说说

阅读 6.6k
1 个回答

其实看到问题评价是负 ******,我还是回答了。这些都不是很大的库,可以抄抄。

http://libcello.org/

git clone https://github.com/orangeduck/libCello

Cello is a GNU99 C library which brings higher level programming to C.

* Interfaces allow for structured design
* Duck Typing allows for generic functions
* Exceptions control error handling
* Constructors/Destructors aid memory management
* Syntactic Sugar increases readability
* C Library means excellent performance and integration

libbsd

git clone git://anongit.freedesktop.org/git/libbsd

This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.

Coreutils - GNU core utilities

git clone git://git.sv.gnu.org/coreutils
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题