[toc]
- Index of /gnu/glibc:glibc
- GCC, the GNU Compiler Collection - GNU Project:GCC官网
- Index of /gnu/gcc:gcc
- GCC, the GNU Compiler Collection:gcc官方网站
- gcc.gnu.org:gcc代码提交
- gcc-mirror/gcc:gcc代码-GitHub
- awesome-c
- awesome-c
- awesome-c-cn
- 30dayMakeOS:《30天自制操作系统》源码中文版
- YourtionOS:YourtionOS 基于 30dayMakeOS (OSASK) 构建你自己的操作系统
- cgame:一些用C编写的小游戏, 14行贪吃蛇 22行2048 22行俄罗斯方块 25行扫雷...以及各种小玩意
- Build Your Own Lisp:Learn C and build your own programming language in 1000 lines of code!
- 《C语言程序设计》
- 《C primer plus》
- 《C陷阱与缺陷》
- 《C 专家编程》
- 《C 和 指针》
- Configure VS Code for Clang/LLVM on macOS (visualstudio.com)
- mac搭建c语言开发环境_bingtianxuedi111的博客-CSDN博客
- https://zh.cppreference.com/w/c:C语言文档--官方
- https://www.studytonight.com/c/programs/ :入门教程
- https://www.w3cschool.cn/c/:C 教程
- http://c.biancheng.net/:C语言中文网
- https://www.zhihu.com/column/CcrashCourse:C语言必知必会
- https://zhuanlan.zhihu.com/p/305180250:100道C语言源码
- https://www.zhihu.com/column/c_1312720650554126336:100道C语言源码精讲
- Linux C编程一站式学习 (linuxtone.org)
- The Basics of C Programming
cc -std=c99 -Wall CMain.c -o CMain // 编译
./CMain // 运行