Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • interviewByCSDNTopLanguageAnswered.rar 很多朋友都抱怨说STL出问题的时候debug很难,编译期错误算是轻的,大不了一串串令人头晕的出错信息,至少还能双击定位到错误行。而神秘的运行期崩溃才是真正令人头大的问题。
  • WhatisGenericProgramming.rar ... who, and several others including Bjarne Stroustrup and Andrew Knoenig, introduced the whole C++ Templates system and essentially “the” STL into C++. This means that Generic Programming is tightly bounded to C++ Templates and the paradigms illustrated by ...
  • howcouldyoustudiC.rar ... who, and several others including Bjarne Stroustrup and Andrew Knoenig, introduced the whole C++ Templates system and essentially “the” STL into C++. This means that Generic Programming is tightly bounded to C++ Templates and the paradigms illustrated by ...
  • Effective_STL_CNandEN.rar 候捷说,对于STL,程序员有三个境界,开始是使用STL,然后是理解STL,最后是补充STL。Effective STL是一本非常好的书,帮助你更好的理解STL,其作者就是《Effective C++》一书的作者。如果你已经初步了解了STL的容器、迭代器、算法和函数,而又想更好的了解STL,那么《Effective STL》是你的最佳选择。 其中Effective STL中文版是由龚敏敏翻译,很不错,强烈推荐。
  • CommonLib.rar 一些常用的VC++模板类及代码,这些模板类都是作者多年来开发过程中积累下来的好用代码,并在多个系统中使用了,因不大喜欢用STL,所以自已编写了XDynamicArray,XArray,XMap,XStack,XSet等模板类,还有XByteBuffer,XInputByteBuffer动态缓冲区数据处类。还有XCRC,XHexCode,XMD5,XBase64等类。自我感觉蛮好用的,代码在BCB6编译下通过的,BCB5下需要改一下,主要是XHexCode内含了ASM代码。
  • Cjiajia_reference.rar ... 。其中第一部分全面讨论了C++的C子集;第二部分详细介绍了C++本身的特性,如类和对象、构造函数、析构函数和模板等;第三部分描述了标准函数库;第四部分讨论了标准类库,包括STL(标准模板库);第五部分显示了两个应用C++和面向对象编程的实际例子。 本书内容全面、翔实,是学习C++编程语言的广大学生的一部有用的工具书,也是对C++感兴趣的读者的必备参考书。
  • pascal-compiler-in-cpp.rar pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境
  • matrix_vector.rar 矩阵 向量的类 接口全 底层使用STL 实现 稳定可靠,蛮不错的用过一次。。。
  • Designing_Components_with_the_C_Plus_Plus_STL.rar 这本书有两个目的。作为一个技术性的参考,提到的参考文件 早些时候几乎适合解释概念的STL 。因此,第一个目标是 以目前的STL如何可以用在一个合理的方式。内部细节的STL 所描述的范围只需要了解其运作方式
  • SGI_Standard_Template_Library_Program_Guide.rar ... of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand ...