文件名称:vector
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 25kb
- 下载次数:
- 0次
- 提 供 者:
- 魏*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
自己实现的vector类,实现了capacity,reserve,push_back,pop_back,size,clear及erase函数;隐性调用了swap(调用reserve时调用swap),empty(选择功能4和6时调用empty)。简易控制台测试程序。对初学者很有帮助。-Own implementation of the vector class, capacity, reserve, the push_back, The pop_back, size, clear and erase function implicit call to swap (swap) call to reserve call empty (selection 4 and 6:00 call to empty). Simple console test program. Useful for beginners.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
函数模板——vector\Interface.h
..................\TestVectorClass.cpp
..................\Vector.dsp
..................\Vector.dsw
..................\Vector.h
..................\Vector.ncb
..................\Vector.opt
..................\Vector.plg
..................\Vector详细结构.doc
..................\说明文档.txt
函数模板——vector
..................\TestVectorClass.cpp
..................\Vector.dsp
..................\Vector.dsw
..................\Vector.h
..................\Vector.ncb
..................\Vector.opt
..................\Vector.plg
..................\Vector详细结构.doc
..................\说明文档.txt
函数模板——vector