File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ graph LR
3838| 卷 | 主题 | 文章数 | 难度 | 状态 |
3939| :--:| ------| :------:| :----:| :----:|
4040| 一 | [ C++ 基础入门] ( documents/vol1-fundamentals/ ) -- 类型、控制流、函数、指针、类、模板初步 | 49 | beginner | 已完成 |
41- | 二 | [ 现代 C++ 特性] ( documents/vol2-modern-features/ ) -- 移动语义、智能指针、constexpr、Lambda | 35-40 | intermediate | 编写中 |
41+ | 二 | [ 现代 C++ 特性] ( documents/vol2-modern-features/ ) -- 移动语义、智能指针、constexpr、Lambda | 44 | intermediate | 已完成 |
4242| 三 | [ 标准库深入] ( documents/vol3-standard-library/ ) -- 容器、迭代器、算法、字符串、分配器 | 40-50 | intermediate | 规划中 |
4343| 四 | [ 高级主题] ( documents/vol4-advanced/ ) -- Concepts、Ranges、协程、模块、模板元编程 | 50-60 | advanced | 规划中 |
4444| 五 | [ 并发编程] ( documents/vol5-concurrency/ ) -- 线程原语、原子操作、无锁编程、异步 I/O | 25-30 | advanced | 规划中 |
Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ estimated_effort: small|medium|large|epic
7474
7575完成的 TODO 文件从对应分类目录移入 ` todo/archive/ ` ,保留原始内容便于回溯。归档文件的 status 字段标记为 ` done ` ,验收标准中已完成的项标记 ` [x] ` 。
7676
77- 已完成:001(创建归档分支 archive/legacy_20260415)
77+ 已完成:001(创建归档分支 archive/legacy_20260415)、201(卷二现代 C++ 特性大纲,44 篇文章全部到位)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ id: "201"
33title : " 卷二:现代 C++ 特性(C++11-17)— 全部章节大纲与文章规划"
44category : content
55priority : P0
6- status : pending
6+ status : done
77created : 2026-04-16
88assignee : charliechen
99depends_on : ["200"]
You can’t perform that action at this time.
0 commit comments