请大家说说比较好的C/C++的书啊!

Linux2001 2001-12-19 02:25:50
...全文
107 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
ncsidy0324 2001-12-19
  • 打赏
  • 举报
回复


C语言系列:
[C,1990] C语言程序设计
C语言程序设计 谭浩强 清华大学出版社
国内C语言的入门教材


[Deitel,1994] C:How to Program 2/e
C:How to Program 2/e by H.M.Deitel P.J.Deitel Prentice Hall
C程序设计教程 机械工业出版社
国外的C语言入门和大学教程

[Kernighan,1988] The C Programming Language 2/e
The C Programming Language 2/e by Brian Kernighan Prentice Hall
C程序设计语言 徐宝文 译 机械工业出版社
C语言之父之作,C语言百科全书代表.

[Schildt,2000] C:The Complete Referene 4/e
C:The Complete Referene 4/e by Herbert Schildt McGraw-Hill
C语言大全(第四版) 王子恢 戴健鹏 等 译 电子工业出版社
包括最新C语言标准C99,C语言百科全书代表.

[Fischer,2000] Applied C
Applied C:An Introduction and More by Alice E.Fischer McGraw-Hill
C语言程序设计实用教程 裘岚 张晓芸 等 电子工业出版社
C语言最新大学教程


C++/OPP/OOD系列:
层级一:语法/语意(C++)
[Lippman,2000] Essential C++
Essential C++,by Stanley B. Lippman Addison Wesley Longman 2000,276 pages
Essential C++ 中文版 ,侯俊杰 译,282页
旁枝暂略,主攻核心,轻薄短小,附习题与解答,适合初学者.

[Gregory,1995] C++:The Core Language
C++:The Core Language by Gregory Satir 1995 O'Reilly
C++语言核心,张铭泽 译 ,236页
专攻核心,专写基于对象,面向对象编程.适合学过C语言的初学者.

[Deitel,1998] The Complete C++ Training Course
The Complete C++ Training Course 2/e by Harvey M.Deitel 1998 Prentice Hall
C++大学教程(第二版),邱仲潘等 译,816页
国外C++语言的大学教程,带光盘(英文版,例题)

[C/C++,2000] C/C++完美演绎
C/C++完美演绎 江义华 704页 水利水电出版社
台湾最好的C++书,范例众多,内容完整,重点详尽.

[Stevens,2000] Standard C++ Bible
Standard C++ Bible 2000 Al Stevens IDG
标准C++宝典,林丽闽等 译,766页
标准C语言参考书,范例众多,带光盘(Quincy99编译器,例题)


[Lippman,1998] C++Primer
C++ Primer,3rd Editoin,by Stanley Lippman and Josee Lajoie
Addison Wesley Longman,1998 1237 pages
C++ Primer 3/e 中文版(2001修订版),侯俊杰 译,2001,1237页 台湾
C++经典教程 潘爱民 2002.3 中国电力出版社
纵横书市十数年不坠,被誉为C++最佳教程.C++百科全书代表.
适合做为C++教材,教学自修参考皆宜.

[Eckel,2000] Thinking in C++
Thinking in C++ 2/e Bruce Eckel 2000 1470 pages Prentice Hall
C++ 编程思想,刘宗田等 译,420页
从C语言过渡到C++语言的最佳教程,C++百科全书代表.适合学过C/C++进阶者.

[Struostrup,2000] The C++ Programming Language
The C++ Programming Language,Special Editoin,by Bjarne Stroustrup
Addison Wesley Longman,2000,1017 pages
C++程序语言经典本(增订版),叶秉哲 译,儒林 2001.11
C++之父之作,枝术权威,用词深峻,思想深远.C++百科全书代表.自学专家指南.
比较生涩难读,学术味重,参考性浓厚,权威性最高.

[ANSI C++] ANSI/ISO C++ 国标标准规格书
ANSI/ISO C++ 国际标准规格书 1998.9.1 700页 PDF格式


层级二:专家经验(C++/OOP)
[Meyers98] Effective C++
Effective C++,Second Edition,by Scott Meyers,Addison Wesley,1998.256pages
Effective C++ 2/e 中文版,侯俊杰, 2000.256页 华中科技出版社
通过50个编程准则,向你灌输专家经验.行文幽默,深入浅出.

[Meyers96] More Effective C++
More Effective C++,by Scott Meyers,Addison Wesley,1996,318pages
More Effective C++中文版 2002.2 318页 中国电力出版社
通过35个编程准则,向你灌输专家经验.行文幽默,深入浅出.

[Sutter99] Exceptional C++
Exceptional C++,by Herb Sutter,Addison Wesley Longman,2000.208pages
Exceptional C++中文版 2002.1 248页 中国电力出版社
从每周之星(GOTW)整理了47个编程准则,向你灌输专家经验.

[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.
ARM(带注解的参考手册)是早期C++编译器的实作依循准则.

[Lippman96] Inside the C++ Object Model
Inside the C++ Object Model,by Stanley Lippman,Addison Wesley,1996,280pages
深度探索C++对象模型,侯俊杰 译 华中科技出版社
揭示C++的底层机制,揭开C++背后的重重布幔.


层级四:设计观念的复用(C++/Patterns)
[Gamma95] Design Patterns:Elements of Reusable Object Oriented Software,
by Erich Gamma,Richard Helm,Ralph Johnson,Addison Wesley,1995.395pages
设计模式,李英军等译,机械工业出版社,2000.254页
严谨规范23个OO设计领域中的惯用手法.开创Patterns书籍先河,影响深远.
读者需要具备技术水准以及丰富的编程经验.

[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 Josuttis,Addison Wesley 1999.799pages
C++标准程序库 侯捷 译 2002 华中科技大学出版社
C++标准程序库的百科全书.对于资料的收集,整理,部析,范例,均有极优越的表现.
本书兼具学习用途及参考价值.

第二个境界是了解泛型技术的内涵与STL的学理:
[Austern98]:Generic Programming and the STL -Using and Extending the C++
Standard Template library,by Matthew H.Austern,Addison Wesley 1998.548page
泛型编程与STL 2002.4 中国电力出版社
既富学术性又带参考价值的工具书.

第三个境界是扩充STL:
[Stepanov2001]:C++ Standard Template Library by P.J.Plauger,Alexander
A.Stepanov,Meng Lee,David R.Musser,Prentice Hall 2001
STL之父之作.


参考书目:
The C++ Programming Language Special Edition by Bjarne Stroustrup

The Annotated C++ Reference Manual by Margaret

The Design and Evolution of C++ by Bjarne Stroustrup

Essential C++,by Stanley B. Lippman Addison Wesley Longman 2000,276 pages
Essential C++ 中文版 ,侯俊杰 译,282页

C++ Primer,3rd Editoin,by Stanley Lippman and Josee Lajoie
Addison Wesley Longman,1998 1237 pages

C++ Primer Answer Book by Clovis L.Tondo,Bruce P.Leung 1999 Addison Wesley

Inside the C++ Object Model by Stanley B.Lippman 1996 Addison Wesley
深度探索C++物件模型,侯俊杰 译

C++ Gems by Stanley Lippman

C++ FAQs 2nd edition by by Marshall Cline, Greg Lomow, Mike Girou

Effective C++,Second Edition,by Scott Meyers,Addison Wesley Longman,1998.256pages

More Effective C++,by Scott Meyers,Addison Wesley,1996,318pages

Effective STL by Scott Meyers 2001 240pages Addison Wesley

Exceptional C++,by Herb Sutter,Addison Wesley Longman,2000.208pages

More Exceptional C++ by Herb Sutter,Addison Wesley Longman,2001.

The C++ Seminar by Scott Meyers, Herb Sutter, Dan Saks,
Steve Dewhurst, and Andrei Alexandrescu 2001

C++ In-Depth Box Set by Bjarne Stroustrup, Andrei Alexandrescu, Andrew Koenig,
Barbara E. Moo, Herb Sutter, Stanley B. Lippman

More C++ Gems by Robert Martin

Large Scale C++ Software Design by John Lakos ,1996,896pages Addison Wesley

Design Patterns by Erich Gamma,Richard Helm,Ralph Johnson,John Vlissides
Addison Wesley,1995.395pages
设计模式,李英军等译,机械工业出版社,2000.254页

Modern C++ Design by Andrei Alexandrescu,Addison-Wesley,2001,352Paper

C++ Standard Template Library by P.J.Plauger,Alexander A.Stepanov,
Meng Lee,David R.Musser,Prentice Hall 2001

Thinking in C++ 2/e Bruce Eckel 2000 1470 pages Prentice Hall
C++ 编程思想,刘宗田等 译,420页

C++:The Core Language by Gregory Satir 1995 O'Reilly
C++语言核心,张铭泽 译 ,236页

The Complete C++ Training Course 2/e by Harvey M.Deitel 1998 Prentice Hall
C++大学教程(第二版),邱仲潘等 译,816页

Standard C++ Bible 2000 Al Stevens IDG
标准C++宝典,林丽闽等 译,766页

多型与虚拟 (2/e) 侯俊杰 2001

泛型技术 侯俊杰 2001

STL源码剖析 侯俊杰 2001
Linux2001 2001-12-19
  • 打赏
  • 举报
回复
没有人知道吗

69,382

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧