C++ 完全不完全资源导引--书籍篇

三军未动,资料先行。书山碟海,只列其中最好的。统统都可以emule找到。

1.快速入门
  〈C++.Primer.4th〉2005 Lippman,有中文版,当入门书看也无不可。

2.专门书籍
    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的前传和续集。

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

  〈The.C++.Programming.Language.3rd〉Bjarne Stroustrup ,简称TCPL。

你可能感兴趣的:(jdk,C++,c,工作,C#)