add MSU CSE 251 Programming in C (#34)

This commit is contained in:
Kevin Sun
2021-10-14 18:17:05 +08:00
committed by GitHub
parent 52fa7930be
commit 790b1869bf

View File

@@ -0,0 +1,36 @@
课号:[*MSU* CSE 251](https://www.cse.msu.edu/~cse251/index.html)
教授Andrew Christlieb
评论贡献者:[Kevin Sun](https://github.com/xmchxup)
- [ ] Videos
- [x] Assignment x 12 && Project x 3
- [ ] AutoGrader
## 课程信息
C语言基础涵盖使用 C 语言及其相关工具进行通用、科学和工程应用的基础知识。
## 适合人群
零基础
## 课程评价
初学C语言不错的选择包含了C语言基础语法涉及工程案例编写Makefile等内容。
可以很好的锻炼自己的动手能力增强对C语言的认识。
## 需要注意的坑点
官网上说到是在Unix环境下介绍C语言所以不要用Windows。一些库没法使用像Project2中的一个图形库等等。
## 非官方资料推荐
暂无
## 后续课程推荐
暂无