搜索资源列表
CPP_STL--samples
- C++_STL范例大全_教程,主要讲STL的容器部分,对初学者有很大的帮助。里面有源码文件。 Vector、 Deque、List、Set等容器。-Major topics of the STL container portion, a great help for beginners。 Vector, Deque, List, Set and other containers.
deque
- 队列deque的实现,和栈类似同样实现了队列的入队,出队等功能。-Deque queue implementation, and also to achieve a similar stack queue into the team, the team functions.