搜索资源列表
VectorTest
- 練習用STL Vector寫的測試程式,請用Borland C++ 打開-Practice with the STL Vector to write a test program, please use the Borland C++ Open
my_vector
- 模拟STL库中的vector类,自己写的一个vector类,用于手机系统这种没有封装此类的地方使用,里边有详细的注释供查阅,方便宜懂-Analog STL library vector class, they write a vector class, for the phone system package such, inside there are detailed notes available for inspection and cheap side to understand
vector
- 该程序是关于c++中STL的vector的一些简单应用实例。-The program is the STL' s vector c++ in some simple application examples.
Exam_9_26
- 标准C++中,对于迭代器对象中的元素删除时的注意事项。 以vector,list为例,说明了erase使用时注意点。-in this test project,we demonstrate the Using of erase() method in STL s iteraor object.
SingingCompetition
- 用VS2008写的一个唱歌比赛的应用,主要练习STL各种容器的使用,包括vector,list,set,multiset,map,multimap等-Using VS2008 to write a singing competition applications, the main variety of exercises using STL containers, including vector, list, set, multiset, map, multimap, etc.
vector
- vector操作,详细描述了在STL中如何使用vector,主要针对常用操作-vector Operation
stl_malloc
- 用c++实现了stl内存池,用来分配内存和释放内存,并且用vector测试(The STL memory pool is implemented with c++, which is used to allocate memory and release memory, and to test with vector)
Stack_Vector
- 通过STL里的Vector实现的简单栈结构(Simple stack structure implemented through Vector in STL)
