Are there C library resources similar to C++'s Boost library?

前端 未结 6 745
遥遥无期
遥遥无期 2020-12-23 22:04

I don\'t ever recall coming across anything for C that\'s as extensive as C++\'s Boost library.

6条回答
  •  执念已碎
    2020-12-23 22:39

    Glib does compensate it partially in form of various unicode, string types. If you add Gobject you could get some object programming even some garbage collection.

提交回复
热议问题