很经典的STL书籍,介绍了STL的条款,及规则,xc++程序员必看的书籍之一.- 下载
|
标准模板库STL介绍 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 666 KB -STL standard template library books on language : English books categories : program design license : free software books Size : 666 KB 下载
|
介绍STL内部的一本好的电子书籍,内附具体的SGI STl实现- 下载
|
泛型编程与STL 完全版 侯捷译 ,非常好的一本介绍泛型编程及标准模板库的书籍。- 下载
|
这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。 -read "data structures, algorithms and applications -- Description Language C" on the Internet and get some information after the government. The causes of the projects have to use a linked list, but I do a simple List C when used with the C lot of difference, such as the assignment operator (compilers that do operator overloading, or test Pui Constructors, C as a structural view of the category, as detailed in the documents related presentations or books). Later, one would simply be a template to learn about the way the West. 下载
|