好的STL类库C
什么是C与数据结构像vector,deques,堆栈,hashmaps,treemaps,集等良好的库? 平原C,请和平台无关。
Gnome项目中使用的Glib库也可能有用。 而且它的testing非常好。
IBM开发人员的工作有一个很好的使用教程: 使用GLib集合pipe理C数据
一如既往,Google是你的朋友:
http://nixbit.com/cat/programming/libraries/c-generic-library/
特别:
http://nixbit.com/cat/programming/libraries/generic-data-structures-library/
Apache便携式运行时 (APR)中有一些我期望的非常稳定的东西。
如果散列表,可扩展string和dynamic向量足以满足您的需求,请查看我放入的库: http : //code.google.com/p/c-libutl/ 。
我也欢迎任何反馈!