当前位置:编程学习 > C/C++ >>

深入学习c和c++应该看什么书籍?

非诚勿扰!
答案:

首先C与C++是不同的两门语言,请不要混淆。尽管C++兼容C语法,但两者开发思想完全不同。由于没有在C语言上学的太深,所以只推荐C++书籍。

以下是C++深入学习推荐书籍:

1 C++ Primer

2 Inside the C++ object model 侯捷译

3 C++标准程序库                    侯捷译

4 Effective  C++                       侯捷译

5 MFC深入浅出                       侯捷   (MFC是C++与C混用的典型例子)

6 C++ template                      

7 STL源码分析                       侯捷

8 Modern C++                       侯捷译

9 Exception系列

10 Effectvie STL

11 C++ 模版元编程               

C++看 C++primer

C看 C程序设计(好象是这个名字,这本书是绿色的,现在应该第3版版了)

http://www.rupeng.com/forum/forum-52-1.html C语言也能干大事

建议优酷上的视频 结合这个网站上的教程一起看 这个网站视频下面有教程的

C++ Primer
C++ primer或者thinking in c++
C (C 语言)
书名(英文):The C Programming Language, Second Edition
书名(中文):C程序设计语言,第二版
原作者:Brian W. Kernighan / Dennis Ritchie

书名(英文):The Art and Science of C : A Library-Based Introduction to Computer Science
书名(中文):C语言的科学和艺术
原作者:Eric S.Roberts

书名(英文):Programming Abstractions in C : A Second Course in Computer Science
书名(中文):C程序设计的抽象思维
原作者:Eric S.Roberts

书名(英文):Expert C Programming
书名(中文):C专家编程
原作者:Andrew Koenig

书名(英文):C Traps and Pitfalls
书名(中文):C陷阱与缺陷
原作者:Andrew Koenig
曾经有一个人写了这个东西,我觉得有些道理,就贴出来吧
C++/OPP/OOD系列:层级一:语法/语意(C++)[Lippman2000] Essential C++Essential C++,by Stanley B. Lippman Addison Wesley Longman 2000,276 pagesEssential C++ 中文版 ,侯俊杰 译,282页  
[Gregory95] C++:The Core Language C++:The Core Language by Gregory Satir 1995 O'ReillyC++语言核心,张铭泽 译 ,236页
[Deitel98] The Complete C++ Training Course The Complete C++ Training Course 2/e by Harvey M.Deitel 1998 Prentice HallC++大学教程(第二版),邱仲潘等 译,816页
[Stevens2000] Standard C++ BibleStandard C++ Bible   2000  Al Stevens   IDG 标准C++宝典,林丽闽等 译,766页
[Eckel2000] Thinking in C++ Thinking in C++ 2/e   Bruce Eckel  2000 1470 pages Prentice HallC++ 编程思想,刘宗田等 译,420页
[Lippman98] C++Primer C++ Primer,3rd Editoin,by Stanley Lippman and Josee Lajoie  Addison Wesley Longman,1998 1237 pagesC++ Primer 中文版,侯俊杰 译,1999,1237页
[Struostrup2000] The C++ Programming LanguageThe C++ Programming Language,Special Editoin,by Bjarne Stroustrup Addison Wesley Longman,2000,1017 pagesC++程序语言经典本,叶秉哲 译,儒林 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,318pagesMore Effective C++中文版,侯俊杰,培生 2000. 318页
[Meyers98] Effective C++ Effective C++,Second Edition,by Scott Meyers,Addison Wesley Longman,1998.256pagesEffective C++ 2/e 中文版,侯俊杰,培生 2000.256页
[Sutter99] Exceptional C++Exceptional C++,by Herb Sutter,Addison Wesley Longman,2000.208pagesExceptional 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 ManualThe Annotated C++ Reference Manual,by Margaret A.Ellis and Bjarne Stroustrup Addison Wesley Longman,1990,447 pages.
[Lippman96] Inside the C++ Object ModelInside 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 Appliedby 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 
这些就是你应该看的书,如果你想成为高手。
c++程序设计语言,c++语言的创始人写的,全是C++的精髓,不过比较艰涩

上一个:C++刚开始学习 习题不是很懂 请程序指教。
下一个:如何学习C++计算机语言,请高手指教。

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,