Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • STLTutorialandReferenceGuide.rar Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. ... includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made ...
  • sgiSTL.rar sgi-STL的相关资料.有代码和帮助文件
  • Best_Ini.rar INI文件读写类,C++编写,使用stl。任意C++编译器均可使用,可在任意平台上编译。
  • Cpp_Primer3rd_Edition.rar ... 比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新 ...
  • STL_CODE.rar C++ STL 标准模板库源码,对学习C++ STL非常有用
  • AVLTreeImpl.rar AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!
  • LAB_pro.rar 有趣的小程序,是关于一些文字处理的,用到STL,也有一些巧妙的算法在里面。
  • Vc_STL.rar STL完整源码,实现STL文件的读写和三维体的重建及其分析
  • yahoo-gp-oo-cpp.rar 主要是对STL进行讲解,候捷在上海的关于STL的演讲
  • cui.rar 一个利用stl来写的一个gui试验平台,基本实现一个简单的gui系统,很小,值得学习