Add books for C/C++

This commit is contained in:
Jacob W
2022-05-17 16:29:58 -04:00
committed by GitHub
parent b7d8d7d887
commit 3379e6d1a3

View File

@@ -80,6 +80,14 @@
- [Software Engineering at Google](https://abseil.io/resources/swe_at_google.2.pdf)
## C/C++
- The ANSI C Programming Language, 2nd Edition(中文C程序设计语言第二版C语言最经典的一本书)
- C Primer Plus, six Edition(有中文版适合0基础学习)
- The C++ Programming Language, 4th Edition(中文C++程序设计语言第四版)
- C++ Primer, 5th Edition
- STL源码剖析 by 侯捷
## 面试
- Cracking The Coding Interview