# Cpp_Primer_Practice **Repository Path**: andrewgithub/Cpp_Primer_Practice ## Basic Information - **Project Name**: Cpp_Primer_Practice - **Description**: 搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cpp Primer 学习 ## 简介 C++ Primer 中文版第5版学习仓库,包括**笔记**和**课后练习答案**。 ## 环境 - system: ubuntu 16.04 - IDE: VS Code - compiler: g++ [原书第五版pdf链接](https://download.csdn.net/download/yjwffgip456/9448570) ## 目录 - 第1章 : 开始 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch01.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch01.md) - 第 I 部分 : C++基础 - 第2章 : 变量和基本类型 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch02.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch02.md) - 第3章 : 字符串、向量和数组 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch03.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch03.md) - 第4章 : 表达式 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch04.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch04.md) - 第5章 : 语句 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch05.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch05.md) - 第6章 : 函数 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch06.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch06.md) - 第7章 : 类 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch07.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch07.md) - 第 II 部分 : C++标准库 - 第8章 : IO库 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch08.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch08.md) - 第9章 : 顺序容器 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch09.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch09.md) - 第10章 : 泛型算法 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch10.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch10.md) - 第11章 : 关联容器 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch11.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch11.md) - 第12章 : 动态内存 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch12.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch12.md) - 第 III 部分 : 类设计者的工具 - 第13章 : 拷贝控制 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch13.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch13.md) - 第14章 : 重载与类型转换 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch14.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch14.md) - 第15章 : 面向对象程序设计 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch15.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch15.md) - 第16章 : 模版与泛型编程 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch16.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch16.md) - 第 IV 部分 : 高级主题 - 第17章 : 标准库与特殊设施 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch17.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch17.md) - 第18章 : 用于大型程序的工具 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch18.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch18.md) - 第19章 : 特殊工具与技术 [笔记](https://github.com/applenob/Cpp_Primer_Practice/tree/master/notes/ch19.md) [练习](https://github.com/applenob/Cpp_Primer_Practice/tree/master/excersize/ch19.md) ## 参考 - [C++ Primer 5 Answers(C++11/14)](https://github.com/Mooophy/Cpp-Primer) - [《C++ Primer》第五版中文版习题答案](https://github.com/huangmingchuan/Cpp_Primer_Answers)