https://github.com/carmjos/cworks
Simple C language programs for educational purposes.
https://github.com/carmjos/cworks
demo education hello-world tutorial
Last synced: 5 months ago
JSON representation
Simple C language programs for educational purposes.
- Host: GitHub
- URL: https://github.com/carmjos/cworks
- Owner: CarmJos
- License: gpl-3.0
- Created: 2023-10-08T15:48:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T05:43:43.000Z (about 1 year ago)
- Last Synced: 2024-11-07T06:28:50.480Z (about 1 year ago)
- Topics: demo, education, hello-world, tutorial
- Language: C
- Homepage:
- Size: 123 KB
- Stars: 25
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.gnu.org/licenses/lgpl-3.0.html)

# CWorks(示例、作业与笔记)
本项目用于在学习以下课程过程中,存放与展示我的个人作业与学习成果:
- 《C Primer Plus(Developer's Library)》 第6版(Stephen Prata 著)
- 《C语言程序设计》 第4版(谭浩强 著 / 清华大学出版社)
- 《数据结构(C语言)》 第4版 (清华大学出版社)
- 《操作系统设计原理》(科学出版社)
如果您也在学习 C 语言,强烈推荐参考 Stephen Prata 的《C Primer Plus》 一书。
如有任何问题或建议,欢迎通过邮件 [**carm@carm.cc**](mailto:carm@carm.cc) 与我联系,或在 [issues](https://github.com/CarmJos/CWorks/issues/new) 提交反馈。
## 通用文档
- [C语言 项目配置方法](.doc/SETTINGS_C.md)
- [C++ 项目配置方法](.doc/SETTINGS_CPP.md)
- [C语言命名规则与规范(以Unix风格为例)](.doc/NAME_RULES.md)
## 开源协议
本项目的源代码采用 GNU General Public License v3.0(GPL-3.0)开源许可证。
## 致谢
特别感谢 JetBrains 慷慨提供许可证,支持我开展本项目及其他开源项目的工作。
[](https://www.jetbrains.com/?from=https://github.com/CarmJos/CWorks)