[BOOKS] Add some books for C++ (#176)

[BOOKS] Add some books for C++ (#176)
This commit is contained in:
flyingpig 2022-06-19 11:47:20 +08:00 committed by GitHub
commit 57ae4be957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@
- The C++ Programming Language, 4th Edition(中文C++程序设计语言第四版)
- C++ Primer, 5th Edition
- STL源码剖析 by 侯捷
- Effective C++
- More Effective C++
- Effective STL
- Effective Modern C++
## 面试