- 新增现代 C++ 教程的 Preface 章节,包括英文和中文版本 - 添加 C++ Primer 练习代码 - 新增 Learn C++ 教程的 C++ 开发简介章节 - 添加头文件解析文档 - 更新 mkdocs.yml,包含新教程的目录结构 - 修改项目设置,使用 Python 3.10环境
35 lines
585 B
Markdown
35 lines
585 B
Markdown
resolve #issue_id
|
|
|
|
<!-- English Version -->
|
|
|
|
## Description
|
|
|
|
Please describe the motivation of this pull request, and what problem was solved in this PR.
|
|
|
|
## Change List
|
|
|
|
- Fix typo error of XXX
|
|
- Add description regarding XXX feature
|
|
- Resolve error content of XXX
|
|
|
|
## Reference
|
|
|
|
Please add reference if necessary
|
|
|
|
---
|
|
|
|
<!-- 中文版 -->
|
|
|
|
## 说明
|
|
|
|
此处详细说明 PR 的动机是什么、解决了什么样的问题。
|
|
|
|
## 变化箱单
|
|
|
|
- 修复了 XXX 的 typo 错误
|
|
- 增加了 XXX 相关的说明
|
|
- 解决了关于 XXX 的描述性错误
|
|
|
|
## 参考文献
|
|
|
|
如果有请注明 |