由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - anything like STL in C?
相关主题
Question on C++ Access Control (protected)stl的一个问题
c++ template question:How to implement swap of two containers in c++?
问一个有关C++里面list的问题。问一下STL里的queue, and stack 遍历的问题 (转载)
请问delete的问题弱弱的问问hash, hashtable? (转载)
Question about vector as a class memberC++ 普及课程 (视频):Introduction of STL
question on reserve() in vector container.Is it safe to use unique_ptr with STL container?
什么时候需要调用STL container的destructor?dropwizard or spring
C++ templatelanguage popularity
相关话题的讨论汇总
话题: stl话题: anything话题: like话题: containers话题: popularity
进入Programming版参与讨论
1 (共1页)
r*********r
发帖数: 3195
1
working on a project that uses only C.
just wondering if there is any free/open C library
similar to STL (/w containers), in terms of code quality and popularity?
d***q
发帖数: 1119
2
c doesn't need STL at all..hehe...
use void* instead
f*****Q
发帖数: 1912
r*********r
发帖数: 3195
4
this looks quite nice. thanks.

【在 f*****Q 的大作中提到】
: http://library.gnome.org/devel/glib/2.16/glib-data-types.html
1 (共1页)
进入Programming版参与讨论
相关主题
language popularityQuestion about vector as a class member
How to send a structure containing a pointer over socket?question on reserve() in vector container.
std::map 为什么没有排序呢什么时候需要调用STL container的destructor?
通过日志分析yarn app实际内存用量C++ template
Question on C++ Access Control (protected)stl的一个问题
c++ template question:How to implement swap of two containers in c++?
问一个有关C++里面list的问题。问一下STL里的queue, and stack 遍历的问题 (转载)
请问delete的问题弱弱的问问hash, hashtable? (转载)
相关话题的讨论汇总
话题: stl话题: anything话题: like话题: containers话题: popularity