https://github.com/bewaremypower/cpp-primer-16-template
https://github.com/bewaremypower/cpp-primer-16-template
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bewaremypower/cpp-primer-16-template
- Owner: BewareMyPower
- Created: 2018-11-14T14:52:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T14:32:14.000Z (over 7 years ago)
- Last Synced: 2025-01-14T00:22:35.649Z (over 1 year ago)
- Language: C++
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cpp-Primer-16-Template
*C++ Primer* 第5版第16章的习题答案,少量题目觉得太重复劳动了就没给答案。
纯属自己复习下模板知识用的,主要使用了``的函数来打印类型信息。
- [practice](./practice)目录包含了习题答案相关的代码
- [test](./test)目录包含了一些测试代码,相对较为杂乱
- `16.*.md`为每一节的习题答案