{"id":15047899,"url":"https://github.com/jzplp/cpp-primer-answer","last_synced_at":"2026-03-15T19:15:34.048Z","repository":{"id":120581986,"uuid":"181691881","full_name":"jzplp/Cpp-Primer-Answer","owner":"jzplp","description":"C++ Primer 第五版中文版 习题答案代码","archived":false,"fork":false,"pushed_at":"2019-08-30T04:57:57.000Z","size":704,"stargazers_count":40,"open_issues_count":1,"forks_count":13,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T01:06:39.699Z","etag":null,"topics":["cplusplus","cplusplus-11","cpp","cpp-primer-answer"],"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/jzplp.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":"2019-04-16T13:11:46.000Z","updated_at":"2025-01-15T17:19:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca0a4885-cc5d-4787-9845-afae34ce327b","html_url":"https://github.com/jzplp/Cpp-Primer-Answer","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/jzplp%2FCpp-Primer-Answer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzplp%2FCpp-Primer-Answer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzplp%2FCpp-Primer-Answer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzplp%2FCpp-Primer-Answer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jzplp","download_url":"https://codeload.github.com/jzplp/Cpp-Primer-Answer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137887,"owners_count":21053775,"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":["cplusplus","cplusplus-11","cpp","cpp-primer-answer"],"created_at":"2024-09-24T21:05:53.592Z","updated_at":"2026-03-15T19:15:34.015Z","avatar_url":"https://github.com/jzplp.png","language":"C++","readme":"# Cpp-Primer-Answer\nC++ Primer 第五版中文版 练习题答案代码  \n\n* 包含全部的书中题目答案  \n* 包含问答题回答，编程题代码等内容  \n* 中文版与英文版内容不同的，一般按照中文版处理  \n* 由[jzplp](https://github.com/jzplp)独自完成  \n\n## 答案目录\n* 第一章 开始  \n    [第一章练习题答案](Chapter-1/chapter-1-answer.md)  \n* 第一部分 C++基础\n    * 第二章 变量和基本类型  \n    [第二章 练习题答案](Chapter-2/chapter-2-answer.md)  \n    * 第三章 字符串，向量和数组  \n    [第三章 练习题答案](Chapter-3/chapter-3-answer.md)  \n    * 第四章 表达式  \n    [第四章 练习题答案](Chapter-4/chapter-4-answer.md)  \n    * 第五章 语句  \n    [第五章 练习题答案](Chapter-5/chapter-5-answer.md)  \n    * 第六章 函数  \n    [第六章 练习题答案](Chapter-6/chapter-6-answer.md)  \n    * 第七章 类  \n    [第七章 练习题答案](Chapter-7/chapter-7-answer.md)  \n* 第二部分 C++标准库  \n    * 第八章 IO库  \n    [第八章 练习题答案](Chapter-8/chapter-8-answer.md)  \n    * 第九章 顺序容器  \n    [第九章 练习题答案](Chapter-9/chapter-9-answer.md)  \n    * 第十章 泛型算法  \n    [第十章 练习题答案](Chapter-10/chapter-10-answer.md)  \n    * 第十一章 关联容器  \n    [第十一章 练习题答案](Chapter-11/chapter-11-answer.md)  \n    * 第十二章 动态内存  \n    [第十二章 练习题答案](Chapter-12/chapter-12-answer.md)  \n* 第三部分 类设计者的工具  \n    * 第十三章 拷贝控制  \n    [第十三章 练习题答案](Chapter-13/chapter-13-answer.md)  \n    * 第十四章 重载运算与类型转换  \n    [第十四章 练习题答案](Chapter-14/chapter-14-answer.md)  \n    * 第十五章 面向对象程序设计  \n    [第十五章 练习题答案](Chapter-15/chapter-15-answer.md)  \n    * 第十六章 模板与泛型编程  \n    [第十六章 练习题答案](Chapter-16/chapter-16-answer.md)  \n* 第四部分 高级主题  \n    * 第十七章 标准库特殊设施  \n    [第十七章 练习题答案](Chapter-17/chapter-17-answer.md)  \n    * 第十八章 用于大型程序的工具  \n    [第十八章 练习题答案](Chapter-18/chapter-18-answer.md)  \n    * 第十九章 特殊工具与技术  \n    [第十九章 练习题答案](Chapter-19/chapter-19-answer.md)  \n\n## 编译环境\n* Windows 10 \n* Visual Studio 2015 \n* 编译命令 \n```\ncl /EHsc XXX1.cpp XXX2.cpp -o 1.exe\n```\n\n## 其他内容\n* [书上的源代码 zip压缩包](C++Primer-FiveEdition-SourceCode.zip)（来源于书籍相关网站）","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjzplp%2Fcpp-primer-answer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjzplp%2Fcpp-primer-answer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjzplp%2Fcpp-primer-answer/lists"}