三只小熊韩国钢琴简谱:请问如何学习C++

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/30 10:34:36

C++ 完全不完全资源导引--书籍篇
三军未动,资料先行。书山碟海,只列其中最好的。统统都可以emule找到。

1.快速入门
〈Accelerated.C++〉2000
〈Essential C++〉2002 Lipman
两本都是开篇就讲C++/STL,绝口不提C,而且都有中文版。

2.枕头参考
〈C++.Primer.4th〉2005 Lippman,第3版有中文版,当入门书看也无不可。
〈The.C++.Programming.Language.3rd〉Bjarne Stroustrup ,简称TCPL。

3.专门书籍
STL参考:〈The.C++.Standard.Library-A.Tutorial.And.Reference〉1999
号称最好的STL参考,但我觉得很像JDK文档。

Boost 参考:〈Beyond the C++ Standard Library - An Introduction to Boost〉2005
介绍了Boost的一些重要类库,但其余的还是要看Boost自带文档。

C++ Template参考:〈C++ Templates - The Complete Guide〉2002
对template讲得相当深,无愧于The Complete Guide的书名,ytam说可以作为MCD的前传和续集。

〈C++ Common Knowledge〉 中文版, Stephen C. Dewhurst
跑杯茶怡然的看看C++里面那些值得吹嘘的知识点是个不错的场景。

4.Effective 类
Herb Sutter, Andrei Alexandrescu合著一本:
〈C++.Coding.Standards - 101.Rules.Guidelines〉2004

Meyers的三本Effecive:
〈Effective C++ 3rd〉 2005
〈More Effective C++〉
〈Effective.STL.50.Specific.Ways.to.Improve.Your.Use.of.STL〉

〈C++ Gotchas〉2002,Stephen C. Dewhurst

对于后四本,我老觉得是在语言规范下绕来绕去,从工作角度来看是实用,从个人角度看来是无聊。

5.精力过剩类
〈Modern C++ Design - Generic Programming and Design Patterns 〉2001 Andrei Alexandrescu ,推荐,C++里最值得一读的书。

〈C++ Template Metaprogramming Concepts,Tools and Techniques from Boost and Beyond 〉

Herb Sutter的三本Exceptional,rayman说是打击信心用的:
〈Exceptional C++ - 47 Engineering Puzzles, Programming Problems, and Solutions 〉1999
〈More Exceptional C++〉2001
〈Exceptional C++ Style - 40.New.Engineering.Puzzles.Programming.Problems.and.Solutions〉2004