分页: 1 / 1

[书单]The C++ In-Depth Series

发表于 : 2019年03月07日 16:34
523066680
偶然看到 Essential C++ 英文版封面上写着 C++ In-Depth Series,好奇这个系列包含哪些书
搜到了Pearson的页面:The C++ In-Depth Series
  • A Tour of C++, 2nd Edition
    By Bjarne Stroustrup

    Accelerated C++: Practical Programming by Example
    By Andrew Koenig, Barbara E. Moo

    C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
    By Herb Sutter, Andrei Alexandrescu

    C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks
    By Douglas Schmidt, Stephen D. Huston

    C++ Network Programming, Volume I: Mastering Complexity with ACE and Patterns
    By Douglas Schmidt, Stephen D. Huston

    C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond
    By David Abrahams, Aleksey Gurtovoy

    Discovering Modern C++: An Intensive Course for Scientists, Engineers, and Programmers
    By Peter Gottschling

    Essential C++
    By Stanley B. Lippman

    Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
    By Herb Sutter

    Exceptional C++ Style: 40 New Engineering Puzzles, Programming Problems, and Solutions
    By Herb Sutter

    Modern C++ Design: Generic Programming and Design Patterns Applied
    By Andrei Alexandrescu