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

前端 未结 6 741
遥遥无期
遥遥无期 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:47

    You can have a look at glib. It provides quite a few interesting things like containers, unicode support, threading...

    Have a look at its documentation

提交回复
热议问题