mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-21 00:47:16 +08:00
Add books for C/C++
This commit is contained in:
parent
b7d8d7d887
commit
3379e6d1a3
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue