资源列表
ToDoAddOnProfile_src
- 一个调试STL的VC插件--A vc plug-in used for debugging STL
STLC++
- Standard Template Library (SOURCE + COMPLETE html man document)-Standard Template Library (SOURCE+ COMPLETE html man document)
examples
- C++标准程序库中的STL源码例子-C++ Standard procedure library STL source examples
stl
- 一步 学STL标准模板库,从简单做起。-Step learning STL Standard Template Library, from simple start.
STL_tutorial_reference
- 讲解c++标准库的书,英文版的,很好很强大-Explain c++ Standard library books, in English, very good strong
01
- stl代码,内含大量例子。适合给位对STL感兴趣,或者初学者.-stl code, containing a large number of examples. Suited to the position of the STL are interested, or beginners.
handout-files
- SSD5_EXE3练习题 if (!testConstructors()) { cerr << "Constructor and\\or accessors failed check\n" return EXIT_FAILURE } if (!testLessThan()) { cerr << "Operator < failed check\n" return EXIT_FAILURE } i
migong_problem
- 经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码-Classic maze algorithm, use a custom stack to achieve, can also use the stl, but need to modify code
C++Standard
- 介绍标准C++的一本好书。主要是STL等内容,包括了堆栈的讲解。-Standard C++
fanxingbianchengjiSTLPDF)
- 是一本详细介绍泛型编程机STL模板的书,适合有一定c++编程基础的人学习-Is a detailed template generic programming machine STL book, suitable for a certain c++ Programming based learning
estl-examples
- effective stl 源代码 code-effective stl source code
TheAnnotatedSTLSource
- 书名《STL源码剖析》,是STL所有组件的实现技术和其背后原理的解说。懂的人不用多说,候捷的书。-The title of