Type-safe generic data structures in plain-old C?

后端 未结 10 2171
庸人自扰
庸人自扰 2020-12-04 08:23

I have done far more C++ programming than \"plain old C\" programming. One thing I sorely miss when programming in plain C is type-safe generic data structures, which are p

10条回答
  •  没有蜡笔的小新
    2020-12-04 08:52

    GLib is has a bunch of generic data structures in it, http://www.gtk.org/

    CCAN has a bunch of useful snippets and such http://ccan.ozlabs.org/

提交回复
热议问题