Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • myinifile.zip inifile read and write in stl c
  • AddisonWesley-EffectiveSTL.zip Scott Meyers 经典著作,讲解C++ STL 各种容器及使用方法。
  • vector_list_deque.rar 一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西
  • zwqvectorr.rar 这是采用STL的VECTOR 做的一个程序,希望对大家有帮助
  • C++applicationProgram200.rar C++应用编程200例--------专为广大学习和使用C++语言的读者设计的,旨在帮助读者更快更有效地掌握C++语言。全书共分4部分,通过大量实例全面系统地介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 这些是书中的代码
  • STL_annotated.rar 候捷翻译的经典之作《stl源码剖析》,要学习stl必学之书
  • HeShi.rar STL文件浏览器.读入STL图形文件可进行3D变换.
  • mypsd.rar ... new job I had to upgrade to Visual Studio 2005, but still the class is as portable as possible, hence it uses standard C++ and STL. With minor changes, it can be ported to Visual Studio 6 (uses an older version of STL) or even to other Operating Systems.
  • hao-myString.rar 自己编写的String 类,重载的多个运算符。功能类似C++ STL中的string 类
  • tree-2.03.rar 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。