学习STL有哪些好书,请达人推荐!!!
本人一直用C++, 现在想学习一下STL, 请问有哪些好书, 希望大家推荐 问题点数:100、回复次数:13Top
1 楼jsjjms(专心研究嵌入式)回复于 2005-08-02 15:45:58 得分 35
我同事整理了一套-->
学习C++应该看的书
C++/OPP/OOD系列:
层级一:语法/语意(C++)
[Lippman2000] Essential C++
Essential C++,by Stanley B. Lippman Addison Wesley Longman 2000,276 pages Essential C++ 中文版 ,侯俊杰 译,282页
[Gregory95] C++:The Core Language C++:The Core Language by Gregory Satir 1995 O'Reilly C++语言核心,张铭泽 译 ,236页
[Deitel98] The Complete C++ Training Course
The Complete C++ Training Course 2/e by Harvey M.Deitel 1998 Prentice Hall C++大学教程(第二版),邱仲潘等 译,816页
[Stevens2000] Standard C++ Bible
Standard C++ Bible 2000 Al Stevens IDG 标准C++宝典,林丽闽等 译,766页
[Eckel2000] Thinking in C++
Thinking in C++ 2/e Bruce Eckel 2000 1470 pages Prentice Hall
C++ 编程思想,刘宗田等 译,420页
[Lippman98] C++Primer
C++ Primer,3rd Editoin,by Stanley Lippman and Josee Lajoie
Addison Wesley Longman,1998 1237 pages
C++ Primer 中文版,侯俊杰 译,1999,1237页
[Struostrup2000] The C++ Programming Language
The C++ Programming Language,Special Editoin,by Bjarne Stroustrup
Addison Wesley Longman,2000,1017 pages
C++程序语言经典本,叶秉哲 译,儒林 1999
[ANSI C++] C++规格书 1998.9.1 PDF格式ANSI C++ 1996 Draft
层级二:专家经验(C++/OOP)
[Meyers96] More Effective C++
More Effective C++,by Scott Meyers,Addison Wesley,1996,318pages
More Effective C++中文版,侯俊杰,培生 2000. 318页
[Meyers98] Effective C++
Effective C++,Second Edition,by Scott Meyers,Addison Wesley Longman,1998.256pages Effective C++ 2/e 中文版,侯俊杰,培生 2000.256页
[Sutter99] Exceptional C++
Exceptional C++,by Herb Sutter,Addison Wesley Longman,2000.208pages
Exceptional C++中文版,侯俊杰,培生 2000.248页
[Sutter2001]More Exceptional C++
More Exceptional C++ by Herb Sutter,Addison Wesley Longman,2001.
层级三:底层机制(C++ Object Model)
[Ellis90] The Annotated C++ Reference Manual
The Annotated C++ Reference Manual,by Margaret A.Ellis and Bjarne Stroustrup Addison Wesley Longman,1990,447 pages.
[Lippman96] Inside the C++ Object Model
Inside the C++ Object Model,by Stanley Lippman,Addison Wesley Longman,1996,280pages 深度探索C++物件模型,侯俊杰 译
层级四:设计观念的复用(C++/Patterns)
[Gamma95] Design Patterns:Elements of Reusable Object Oriented Software, by Erich Gamma,Richard Helm,Ralph Johnson,and John Vlissides,Addison Wesley,1995.395pages 设计模式,李英军等译,机械工业出版社,2000.254页
[Alex2001]Modern C++ Design: Generic Programming and Design Patterns Applied by Andrei Alexandrescu,Addison-Wesley,2001,352Paper
Genericity/STL系列:
第一个境界是使用STL:
[Josuttis99]:The C++ Standard Library -A Tutorial and Reference,by Nicolai M.Josuttis, Addison Wesley 1999.799pages
第二个境界是了解泛型技术的内涵与STL的学理:
[Austern98]:Generic Programming and the STL -Using and Extending the C++ Standard Template library,by Matthew H.Austern,Addison Wesley 1998.548page
第三个境界是扩充STL:
[Stepanov2001]:C++ Standard Template Library by P.J.Plauger,Alexander A.Stepanov,
Meng Lee,David R.Musser,Prentice Hall 2001
这些就是你应该看的书,如果你想成为高手。
Top
2 楼howardzhan(大地勇士)回复于 2005-08-02 15:51:40 得分 0
楼上真强, 但我希望速成啊 ^_^Top
3 楼foochow(无聊,灌水......)回复于 2005-08-02 15:54:22 得分 20
effective stl
泛型编程与STL
STL源码剖析
Top
4 楼healer_kx(甘草(楼主揭贴吧,我们这些上班灌水的也不容易))回复于 2005-08-02 17:16:11 得分 5
STL源码剖析,
楼上说得三本才是好书啊,我就看过源码剖析,其他两本只能算是喵过。Top
5 楼OpenHero(开勇)回复于 2005-08-02 17:19:40 得分 5
佩服 jsjjms(找回真我!!!)
一本一本慢慢的看~~~Top
6 楼OpenHero(开勇)回复于 2005-08-02 17:21:36 得分 5
看到第三层了~~~
其他层次有瞄过~~~Top
7 楼xuanwenchao(xuanwenchao)回复于 2005-08-02 17:27:06 得分 5
有没有下载啊!Top
8 楼OpenHero(开勇)回复于 2005-08-02 18:02:44 得分 5
在学校的时候,内网都可以下~~~
在公司,可以借~~`Top
9 楼andy_bin(乐逍遥)回复于 2005-08-02 20:46:42 得分 5
The C++ Standard Library -A Tutorial and Reference,by Nicolai M.Josuttis, Addison Wesley 1999.799pages
很适合初学的!Top
10 楼renmo80()回复于 2005-08-02 22:02:44 得分 5
我初学,正在看C++ Primer
对STL还没有接触到Top
11 楼ningzhiyu(凝滞雨)回复于 2005-08-03 09:04:07 得分 5
"楼上真强, 但我希望速成啊 ^_^"
速成!……
我臆测楼主是想学些一些stl的应用吧,找些例子来学,倒是很快的,c++ primer里面就有,挑里面关于stl的学就是了。你很快就会用vector,queue,stack,deque等冬冬了(当然是其中最常用的方法了)
Top
12 楼windking21(想玩玩WOW 真的那么难吗)回复于 2005-08-03 09:18:20 得分 5
电子书下载
http://www.infoxa.com/Top
13 楼windking21(想玩玩WOW 真的那么难吗)回复于 2005-08-03 09:18:41 得分 0
电子书下载
http://www.infoxa.com/Top




