分布式系列
《从Paxos到Zookeeper分布式一致性原理与实践》
简介
清楚自己缺的是什么,就下定决心去补吧,一个好工作意味着高收入,投资自己的时间换来更宝贵的东西。
天下没有不劳而获的果实,望各位年轻的朋友,想学技术的朋友,在决心扎入技术道路的路上披荆斩棘,把书弄懂了,再去敲代码,把原理弄懂了,再去实践,将会带给你的人生,你的工作,你的未来一个美梦。
手册类
《C++程序设计语言(The C++ Programming Language)》作者:Bjarne Stroustrup(更新到C++11)
《C++标准程序库(C++ Standard Library Tutorial and Reference) 》作者:Nicolai Josuttis
《The C++ IO Streams and Locales》
《The C++ Standard (INCITS/ISO/IEC 14882-2011)》作者:C++标准委员会
《Overview of the New C++ (C++11/14) 》作者:Scott Meyers(更新到C++11/C++14)
初级入门系列
《C++ Primer》 作者:Stanley Lippman, Josée Lajoie, and Barbara E. Moo (更新到C++11)<br>
《Accelerated C++》作者:Andrew Koenig and Barbara Moo
《C++编程思想(Thinking in C++) 》作者:Bruce Eckel
《C++程序设计原理与实践 (Programming: Principles and Practice Using C++ )》作者:Bjarne Stroustrup
《C++初学者指南》作者:Herb Schildt
《C++ Primer Plus》作者:Stehpen Prata
《面向对象程序设计—C++语言描述》
实用系列
《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++编程规范(C++ Coding Standards) 》作者:Herb Sutter and Andrei Alexandrescu
《C++ 模板完全指南(C++ Templates: The Complete Guide)》作者:David Vandevoorde and Nicolai M. Josuttis
《Beyond the C++ Standard Library(Boost)》作者: Björn Karlsson
高级成神系列
《C++设计新思维-泛型编程与设计模式之应用(Modern C++ Design ) 》作者:Andrei Alexandrescu
《C++模板元编程(C++ Template Metaprogramming)》作者:David Abrahams and Aleksey Gurtovoy
《C++ Concurrency In Action》作者:Anthony Williams
《Advanced c++ Programming Styles and Idioms 》作者:James O. Coplien
《Real-Time C++ Efficient Object-Oriented and Template Microcontroller Programming》作者:Christopher Michael Kormanyos
《Advanced_Metaprogramming_in_Classic_C 》
经典古老系列
《C++的设计与演化(The Design and Evolution of C++ )》作者:Bjarne Stroustrup
《C++沉思录(Ruminations on C++) 》作者:Andrew Koenig and Barbara Moo
《大规模C++程序设计(Large Scale C++ Software Design)》作者:John Lakos
《深度探索C++对象模型 (Inside the C++ Object Model )》作者:Stanley Lippman