feat(vol1): 重写卷一为基础全栈 C++ 教程,新增 ch00–ch12 共 13 章内容#5
Merged
Conversation
将 vol1-fundamentals 从原有结构重构为系统化的入门教程,覆盖环境搭建、 基础类型、控制流、函数、指针与引用、数组与字符串、类与对象、运算符重载、 继承与多态、模板基础、异常处理、STL 入门及内存管理。同步更新导航页面、 lint 配置及开发脚本,新增导航可达性检查脚本。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/lint.yml新增校验步骤.markdownlint.jsonlint 规则、mkdocs.yml配置scripts/mkdocs_dev.sh开发脚本scripts/check_nav_reachability.py导航可达性检查documents/vol7-engineering/prompt.md新章节目录概览