C++ & Linux开发书籍

C++ & Linux development book

Posted by Scalpel on February 15, 2016

基础

C++ Primer
The C++ Programming Language

进阶

The C++ Standard Library
Effective Modern C++
More Effective C++
The Design and Evolution of C++
Ruminations on C++
Accelerated C++
Effective STL
C++ Concurrency in Action
《STL源码剖析》

Linux

《鸟哥的Linux私房菜》
Advanced Programming in the UNIX Environment
Unix Network Programming
TCP/IP Illustrated
Beginning Linux Programming
Understanding the Linux Kernel
Linux Command Line and Shell Scripting Bible
Linux Kernel Development

软件工程

Man-Month Mythical
Code Complete
Clean Code
Design Patterns
Coders at Work
Refactoring Improving the Design of Existing Code

其他

Computer Systems: A Programmer’s Perspective
Introduction to Algorithms
Programming Pearls
Database Management Systems
《数学之美》
《并行程序设计》