C++ 阶段书籍

来源:互联网 发布:投资新手 知乎 编辑:程序博客网 时间:2024/06/05 13:34

Reference Style - All Levels

  1. The C++ Programming Language

  2. C++ Standard Library Tutorial and Reference

  3. The C++ IO Streams and Locales

C++11 References:

  1. The C++ Standard (INCITS/ISO/IEC 14882-2011)

  2. Overview of the New C++ (C++11/14) (PDF only)


Beginner

Introductory

  1. C++ Primer

  2. Accelerated C++

  3. Programming: Principles and Practice Using C++

Best practices

  1. Effective C++

  2. Effective STL


Intermediate

  1. More Effective C++

  2. Exceptional C++

  3. More Exceptional C++

  4. Exceptional C++ Style

  5. C++ Coding Standards

  6. C++ Templates: The Complete Guide


Advanced

  1. Modern C++ Design

  2. C++ Template Metaprogramming

  3. C++ Concurrency In Action

  4. Advanced C++ Metaprogramming


Classics / Older

  1. The Design and Evolution of C++

  2. Ruminations on C++

  3. Advanced C++ Programming Styles and Idioms

  4. Large Scale C++ Software Design

  5. Inside the C++ Object Model

原创粉丝点击