File tree Expand file tree Collapse file tree
vol9-open-source-project-learn Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - 卷七 · 工程实践: vol7-engineering/
1313 - 领域实战:
1414 - 卷八 · 领域应用: vol8-domains/
15+ - 卷九 · 开源项目学习: vol9-open-source-project-learn/
1516 - 编译与链接: compilation/
1617 - 实战项目: projects/
1718 - 参考:
Original file line number Diff line number Diff line change @@ -84,6 +84,14 @@ CMake、包管理、测试、静态分析、DevOps。
8484
8585---
8686
87+ ### 卷九:开源项目学习
88+
89+ 通过分析真实开源项目源码(如 Chromium),学习工业级 C++ 代码的设计与实现。
90+
91+ - [ 开始阅读] ( vol9-open-source-project-learn/index.md )
92+
93+ ---
94+
8795### 编译与链接深入
8896
8997深入探讨 C/C++ 的编译、链接、静态库、动态库、符号可见性等核心概念。共 10 篇文章。
Original file line number Diff line number Diff line change 1+ title: 卷九 · 开源项目学习
2+ nav:
3+ - chrome
Original file line number Diff line number Diff line change 1+ title: Chromium
2+ nav:
3+ - 01_once_callback
Original file line number Diff line number Diff line change 1+ # 卷九 · 开源项目学习
2+
3+ 通过分析真实开源项目源码,学习工业级 C++ 代码的设计与实现。
4+
5+ ## 项目列表
6+
7+ ### Chromium
8+
9+ - [ OnceCallback:从 Chromium 学到的回调设计] ( chrome/01_once_callback/ )
You can’t perform that action at this time.
0 commit comments