{"id":13438427,"url":"https://github.com/applenob/Cpp_Primer_Practice","last_synced_at":"2025-03-20T05:31:56.842Z","repository":{"id":37335455,"uuid":"103626963","full_name":"applenob/Cpp_Primer_Practice","owner":"applenob","description":"搞定C++:punch:。C++ Primer 中文版第5版学习仓库，包括笔记和课后练习答案。","archived":false,"fork":false,"pushed_at":"2024-09-12T17:53:27.000Z","size":3100,"stargazers_count":7926,"open_issues_count":31,"forks_count":1970,"subscribers_count":110,"default_branch":"master","last_synced_at":"2024-10-16T10:22:35.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/applenob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-15T07:20:03.000Z","updated_at":"2024-10-16T09:06:32.000Z","dependencies_parsed_at":"2024-09-13T05:10:04.071Z","dependency_job_id":null,"html_url":"https://github.com/applenob/Cpp_Primer_Practice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applenob%2FCpp_Primer_Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applenob%2FCpp_Primer_Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applenob%2FCpp_Primer_Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applenob%2FCpp_Primer_Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applenob","download_url":"https://codeload.github.com/applenob/Cpp_Primer_Practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221735087,"owners_count":16872224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:05.446Z","updated_at":"2024-10-27T21:30:17.588Z","avatar_url":"https://github.com/applenob.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":["学习资源"],"readme":"# Cpp Primer 笔记 \u0026 答案\n\n## 简介\n\n《C++ Primer 中文版（第 5 版）》学习仓库，包括**笔记**和**课后练习答案**。\n\n## 环境\n\n- system: ubuntu 16.04\n- IDE: VS Code\n- compiler: g++\n\n[豆瓣链接](https://book.douban.com/subject/25708312/)\n\n## 目录\n\n- 第1章 : 开始  [笔记](./notes/ch01.md)  [练习](./excersize/ch01.md)\n- 第 I 部分 : C++基础\n  - 第2章 : 变量和基本类型  [笔记](./notes/ch02.md)  [练习](./excersize/ch02.md)\n  - 第3章 : 字符串、向量和数组  [笔记](./notes/ch03.md)  [练习](./excersize/ch03.md)\n  - 第4章 : 表达式  [笔记](./notes/ch04.md)  [练习](./excersize/ch04.md)  \n  - 第5章 : 语句  [笔记](./notes/ch05.md)  [练习](./excersize/ch05.md)\n  - 第6章 : 函数  [笔记](./notes/ch06.md)  [练习](./excersize/ch06.md)\n  - 第7章 : 类  [笔记](./notes/ch07.md)  [练习](./excersize/ch07.md)\n- 第 II 部分 : C++标准库\n  - 第8章 : IO库  [笔记](./notes/ch08.md)  [练习](./excersize/ch08.md)\n  - 第9章 : 顺序容器  [笔记](./notes/ch09.md)  [练习](./excersize/ch09.md)\n  - 第10章 : 泛型算法  [笔记](./notes/ch10.md)  [练习](./excersize/ch10.md)\n  - 第11章 : 关联容器  [笔记](./notes/ch11.md)  [练习](./excersize/ch11.md)\n  - 第12章 : 动态内存  [笔记](./notes/ch12.md)  [练习](./excersize/ch12.md)\n- 第 III 部分 : 类设计者的工具\n  - 第13章 : 拷贝控制   [笔记](./notes/ch13.md)  [练习](./excersize/ch13.md)\n  - 第14章 : 重载与类型转换  [笔记](./notes/ch14.md)  [练习](./excersize/ch14.md)\n  - 第15章 : 面向对象程序设计  [笔记](./notes/ch15.md)  [练习](./excersize/ch15.md)\n  - 第16章 : 模版与泛型编程  [笔记](./notes/ch16.md)  [练习](./excersize/ch16.md)\n- 第 IV 部分 : 高级主题\n  - 第17章 : 标准库与特殊设施  [笔记](./notes/ch17.md)  [练习](./excersize/ch17.md)\n  - 第18章 : 用于大型程序的工具  [笔记](./notes/ch18.md)  [练习](./excersize/ch18.md)\n  - 第19章 : 特殊工具与技术  [笔记](./notes/ch19.md)  [练习](./excersize/ch19.md)\n\n## 参考\n\n- [C++ Primer 5 Answers(C++11/14)](https://github.com/Mooophy/Cpp-Primer)\n- [《C++ Primer》第五版中文版习题答案](https://github.com/huangmingchuan/Cpp_Primer_Answers)\n\n## 参与贡献\n\n本仓库由多位小伙伴一起参与编写，欢迎大家对本仓库进行补充，一起帮大家更好地理解这本“大部头”。\n\n![](https://contrib.rocks/image?repo=applenob/Cpp_Primer_Practice)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplenob%2FCpp_Primer_Practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplenob%2FCpp_Primer_Practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplenob%2FCpp_Primer_Practice/lists"}