Skip to content

Commit b6c8ba6

Browse files
authored
Update 00.overview.md
1 parent 13f82a5 commit b6c8ba6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/c-cpp/c/00.overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ K&R TCPL一书中的Hello World程序成为了编程入门的经典示例。<br>
3030
- [C程序设计语言 K&R TCPL](https://book.douban.com/subject/1139336/)
3131
- [C程序设计语言(中文版)](https://www.learncs.site/assets/files/c-programming-language-2nd-edition-simple-chinese-4ca79b68a8a3542f3e951afe6d1352b1.pdf)
3232
- [浙江大学翁恺教你C语言程序设计](https://www.bilibili.com/video/BV1dr4y1n7vA/?spm_id_from=333.337.search-card.all.click)
33-
- [极客时间 - 深入 C 语言和程序运行原理](https://time.geekbang.org/column/intro/100100701?utm_campaign=geektime_search&utm_content=geektime_search&utm_medium=geektime_search&utm_source=geektime_search&utm_term=geektime_search&tab=catalog)
33+
- [极客时间 - 深入 C 语言和程序运行原理](https://time.geekbang.org/column/intro/100100701?utm_campaign=geektime_search&utm_content=geektime_search&utm_medium=geektime_search&utm_source=geektime_search&utm_term=geektime_search&tab=catalog)
34+
- [C语言接口与实现](https://book.douban.com/subject/26771060/)
35+
- [《Computer Systems: A Programmer’s Perspective》](https://book.douban.com/subject/26912767/)
36+
- [《Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture》](https://book.douban.com/subject/27094209/)
37+
- [cppreference](https://cppreference.com/w/c.html)
38+
39+
---

0 commit comments

Comments
 (0)