开发者

Standard Library for C [duplicate]

开发者 https://www.devze.com 2023-02-05 23:18 出处:网络
This question already has answers here: Closed 12 years ago. Possible Duplicate: C Analog To STL Is ther开发者_如何转开发e something like STL for C.You can have a look at the glib, which
This question already has answers here: Closed 12 years ago.

Possible Duplicate:

C Analog To STL

Is ther开发者_如何转开发e something like STL for C.


You can have a look at the glib, which provides lots of interesting features


well there is the C library of course :)

but I do not see the use of templates for C


There's not really anything quite like the STL; but there are a lot of libraries. glib has been mentioned, but usually it's not always useable together with whatever libraries you are using for actually achieving what you want to do.

0

精彩评论

暂无评论...
验证码 换一张
取 消