欢迎访问 生活随笔!

生活随笔

当前位置: 首页 >

C++ 完全不完全资源导引

发布时间:2023/12/20 46 豆豆
生活随笔 收集整理的这篇文章主要介绍了 C++ 完全不完全资源导引 小编觉得挺不错的,现在分享给大家,帮大家做个参考.
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

本文转自
http://www.cppblog.com/calvin/archive/2005/10/11/628.html

总结

以上是生活随笔为你收集整理的C++ 完全不完全资源导引的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。