资源列表
STL
- stl是标准模板库,掌握标准模板库,能使编程更加节省时间!-STL is standard template library, grasps the standard template library, can make the programming more save time!
CPP.Standard.Library
- C++学习必备,号称最好的STL参考,但我觉得很像JDK文档。-Known as the best STL reference, but I feel like the JDK documentation
IteratorTest
- STL迭代器的使用 迭代器应用测试 C++ 提供的STL迭代器 可快速存储数据 排序数据-STL application stl application stl application
stl
- stl源码剖析,讲的很详细,很适合初学者看 很全面-stl source analysis, and talk in great detail, it is suitable for beginners to see Very comprehensive
Data_Structures_Using_Cplusplus_Pub2009_Edition2.
- Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the St
CPPSTL
- 学习STL必须的书籍 -this is best book for learn STL
Database-using-STL
- a sample database implemeatation in visual C++ for STL study
The-CPP--STL
- 包含内容:介绍STL 需要的C++基础,主要是类、函数对象和模板。step-by-step 教学STL。 剩余STL 部分介绍。-Contains content: Introduction to the STL need C++ basis, the main classes, functions, objects, and templates. the step-by-step teaching the STL. Remaining STL section describes.
STL
- STL与泛型编程,通过该书能很好的学习泛型编程。-STL and generic programming through the book a good learning generic programming.
STL-queue--
- STL、线段树代码库 关于队列和栈的有关STL的操作vc++实现-STL, the segment tree code library
Ruminations-on-CPP
- 全书分为五大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。-The book is divided into five parts, a total of 32 chapters, a detailed and in-depth discussion of several major topics of the history and characteristics, cl
Date
- 自己实现的日期时间类,通过调用stl中time_t来实现的,精确到秒。-The date and time to realize his class by calling the stl in time_t to achieve accurate to the second.