# Introduction
> Author: ([Jerakrs](https://jerakrs.github.io/))
>
> Date of Completion: 14/Jun/2020
## Description
The reading notes of C++ primer.
## Content
[Chapter 1: Getting Start](chapter01.md)
[Chapter 2. Variables and Basic Types](chapter02.md)
[Chapter 3. String, Vectors, and Arrays](chapter03.md)
[Chapter 4. Expressions](chapter04.md)
[Chapter 5. Statements](chapter05.md)
[Chapter 6. Functions](chapter06.md)
[Chapter 7. Classes](chapter07.md)
[Chapter 8. The IO Library](chapter08.md)
[Chapter 9. Sequential Containers](chapter09.md)
[Chapter 10. Generic Algorithms](chapter10.md)
[Chapter 11. Associative Container](chapter11.md)
[Chapter 12. Dynamic Memory](chapter12.md)
[Chapter 13. Copy Control](chapter13.md)
[Chapter 14. Overloaded Operations and Conversions](chapter14.md)
[Chapter 15. Object-Oriented Programming](chapter15.md)
[Chapter 16. Template Argument Deduction](chapter16.md)
[Chapter 17. Specialized Library Facilities](chapter17.md)
[Chapter 18. Tools for Large Programs](chapter18.md)
[Chapter 19. Specialized Tools and Techniques](chapter19.md)
## References
* 《C++ Primer》([豆瓣](https://book.douban.com/subject/24089577/)), authors:Stanley B. Lippman / Josée Lajoie / Barbara E. Moo.
- Introduction
- Chapter 1. Getting Start
- Chapter 2. Variables and Basic Types
- Chapter 3. String, Vectors, and Arrays
- Chapter 4. Expressions
- Chapter 5. Statements
- Chapter 6. Functions
- Chapter 7. Classes
- Chapter 8. The IO Library
- Chapter 9. Sequential Containers
- Chapter 10. Generic Algorithms
- Chapter 11. Associative Container
- Chapter 12. Dynamic Memory
- Chapter 13. Copy Control
- Chapter 14. Overloaded Operations and Conversions
- Chapter 15. Object-Oriented Programming
- Chapter 16. Template Argument Deduction
- Chapter 17. Specialized Library Facilities
- Chapter 18. Tools for Large Programs
- Chapter 19. Specialized Tools and Techniques
