# TCPL **Repository Path**: novalue/TCPL ## Basic Information - **Project Name**: TCPL - **Description**: The C Programming Language Second Edition(《C程序设计语言》第二版) 读书笔记与习题解答 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-23 - **Last Updated**: 2021-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The C Programming Language Second Edition(《C程序设计语言》第二版) 读书笔记与习题解答 笔记记录自己在阅读中的收获,习题解答参考原版教材 * 第一章 导学 * [读书笔记](https://github.com/1326670425/TCPL/blob/master/notes/chapter1-notes.md) * [习题解答](https://github.com/1326670425/TCPL/blob/master/solutions/chapter1-solutions.md) * 第二章 类型、运算符与表达式 * [读书笔记](https://github.com/1326670425/TCPL/blob/master/notes/chapter2-notes.md) * [习题解答](https://github.com/1326670425/TCPL/blob/master/solutions/chapter2-solutions.md) * 第三章 控制流 * [读书笔记](https://github.com/1326670425/TCPL/blob/master/notes/chapter3-notes.md) * [习题解答](https://github.com/1326670425/TCPL/blob/master/solutions/chapter3-solutions.md) * 第四章 函数与程序结构 * [读书笔记](https://github.com/1326670425/TCPL/blob/master/notes/chapter4-notes.md) * [习题解答](https://github.com/1326670425/TCPL/blob/master/solutions/chapter4-solutions.md) * 第五章 指针与数组 * [读书笔记](https://github.com/1326670425/TCPL/blob/master/notes/chapter5-notes.md) * [习题解答](https://github.com/1326670425/TCPL/blob/master/solutions/chapter5-solutions.md) * 第六章 结构 * [读书笔记](https://github.com/1326670425/TCPL/blob/master/notes/chapter6-notes.md) * [习题解答](https://github.com/1326670425/TCPL/blob/master/solutions/chapter6-solutions.md) * 第七章 输入与输出 * [读书笔记](https://github.com/1326670425/TCPL/blob/master/notes/chapter7-notes.md) * [习题解答](https://github.com/1326670425/TCPL/blob/master/solutions/chapter7-solutions.md) * 第八章 UNIX系统接口 * [读书笔记](https://github.com/1326670425/TCPL/blob/master/notes/chapter8-notes.md) * [习题解答](https://github.com/1326670425/TCPL/blob/master/solutions/chapter8-solutions.md)