C++ Primer Plus Sixth Edition Chinese version original book code and exercises answers
This is one of the most famous C++ introductory books, with a systematic content and easy to read (I think it is more suitable for getting started than "C++ Primer".
This project is a study warehouse for "C++ Primer Plus (6th Edition) Chinese version", including notes and the after-class exercise answers I gave.
download
"C++ Primer Plus (6th Edition) Chinese Version" Bookmark PDF e-books can be downloaded from my Baidu Cloud Drive:
链接: https://pan.baidu.com/s/1WXc_hfJhJKL4c8InAVXHMg 提取密码: cg2f
There are 18 chapters in the whole book, plus 10 chapters of appendix, and the pdf file size is 157.06 MB. Although it is very large, this is a text version + full tag, not a scan version.
--- START ---
Table of contents
Part I: C++ Basics
- Chapter 02: Start learning C++
- Chapter 03: Processing data, data type| (Notes)
- Chapter 04: Compound Type | (Notes)
- Chapter 05: Loops and Relational Expressions | (Notes)
- Chapter 06: Branch statements and logical operators | (Notes)
- Chapter 07: Functions | (Notes)
- Chapter 08: Function Detective| (Notes)
- Chapter 09: Memory Model and Namespace | (Notes)
Part II: Tools for Class Designers
- Chapter 10: Objects and Classes | (Notes)
- Chapter 11: Usage Class | (Notes)
- Chapter 12: Class and Dynamic Memory Allocation | (Notes)
- Chapter 13: Class Inheritance | (Notes)
Part III: Advanced Topics and Standard Library
- Chapter 14: Code Reuse in C++ | (Notes)
- Chapter 15: Friends, Abnormals and Others | (Notes)
- Chapter 16: string class and standard template library | (Notes)
- Chapter 17: Input, Output, and File | (Notes)
- Chapter 18: Exploring the new features of C++ | (Notes)
--- END ---