C:通用框架/库 [英] C: Common Frameworks/Libraries

查看:73
本文介绍了C:通用框架/库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Boost对于C ++而言,对于C来说,有哪些通用通用库?它应该是一个跨平台的库,并包含树,链接列表,队列等集合. 这些库的优点/缺点是什么?

What are some common general purpose library as Boost is to C++ but for C? It should be a cross-platform library and include collections such as trees, linked-lists, queues, etc... What are the advantages/disadvantages to those libraries?

推荐答案

glib 非常好,因为:

glib is pretty nice because:

  • 自由许可(LGPL)
  • 持续发展
  • 大量数据结构
    • 列表
    • 队列
    • 缓存
    • liberally licensed (LGPL)
    • constant development
    • tons of data structures
      • trees
      • lists
      • queues
      • caches
      • etc.
      • 大量示例代码
      • 记录
      • 线程抽象
      • 线程池
      • 测试框架
      • 计时器

      这篇关于C:通用框架/库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆