An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


项目横幅

[![License](https://img.shields.io/github/license/CarmJos/configured)](https://www.gnu.org/licenses/lgpl-3.0.html)
![CodeSize](https://img.shields.io/github/languages/code-size/CarmJos/CWorks)

# 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://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)](https://www.jetbrains.com/?from=https://github.com/CarmJos/CWorks)