c++ 书籍推荐

对于所有人都适用-参考手册

    The C++ Programming Language (Bjarne Stroustrup)
    C++ Standard Library Tutorial and Reference(Nicolai Josuttis)
    The C++ IO Streams and Locales (Angelika Langer and Klaus Kreft)


入门级


    C++ Primer† (Stanley Lippman, Josée Lajoie, and Barbara E. Moo)
    Accelerated C++ (Andrew Koenig and Barbara Moo)
    Thinking in C++ (Bruce Eckel)
    Programming: Principles and Practice Using C++ (Bjarne Stroustrup)


最佳实践类


    Effective C++ (Scott Meyers)
    Effective STL (Scott Meyers)


中级


    More Effective C++ (Scott Meyers)
    Exceptional C++ (Herb Sutter)
    More Exceptional C++ (Herb Sutter)
    Exceptional C++ Style (Herb Sutter)
    C++ Coding Standards (Herb Sutter and Andrei Alexandrescu)
    C++ Templates: The Complete Guide (David Vandevoorde and Nicolai M. Josuttis)


中上


    Modern C++ Design (Andrei Alexandrescu)
    C++ Template Metaprogramming (David Abrahams and Aleksey Gurtovoy)
    

经典(略过时)


    The Design and Evolution of C++ (Bjarne Stroustrup)
    Ruminations on C++ - (Andrew Koenig and Barbara Moo)
    Advanced C++ Programming Styles and Idioms (James Coplien)
    Large Scale C++ Software Design (John Lakos)
    Inside the C++ Object Model (Stanley Lippman)

 

boost

中文的有:Boost程序库完全开发指南 (罗建峰)

Beyond.the C++ Standard Library An Introduction to Boost (Björn Karlsson)

Boost C++ 库 (Boris Schäling
)

原文链接: https://www.cnblogs.com/IS2120/archive/2011/04/24/6746055.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    c++ 书籍推荐

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/24478

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月8日 上午2:20
下一篇 2023年2月8日 上午2:21

相关推荐