书名: Effective C: An Introduction to Professional C Programming 作者: Robert C. Seacord 出版社: No Starch Press, 2020 原文路径: dev/books/Effective_C_2020.pdf

阅读约定

每章按六段式模板输出:

  1. 章节概述 (5~10 条要点)
  2. 核心 Takeaways (是什么 / 为什么 / 解决什么 / 适用场景)
  3. 工程实践视角 (嵌入式/Linux/机器人/汽车电子)
  4. AI 时代视角 (知识时效 / AI 能/不能做什么)
  5. 实践行动项 (3~5 个可执行行动)
  6. 值得深入思考的问题 (3~5 个高质量问题)

章节索引

章节标题笔记
0整书知识体系总图00-knowledge-graph.md
1Getting Started with Cch01-getting-started.md
2Objects, Functions, and Typesch02-objects-functions-types.md
3Arithmetic Typesch03-arithmetic-types.md
4Expressions and Operatorsch04-expressions-operators.md
5Control Flowch05-control-flow.md
6Dynamically Allocated Memorych06-dynamic-memory.md
7Characters and Stringsch07-characters-strings.md
8Input/Outputch08-input-output.md
9Preprocessorch09-preprocessor.md
10Program Structurech10-program-structure.md
11Debugging, Testing, and Analysisch11-debug-testing-analysis.md