Ecosyste.ms: Awesome
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: about 2 hours 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T05:43:43.000Z (11 days ago)
- Last Synced: 2024-11-07T06:28:50.480Z (11 days 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
# CWorks (Homework & Notes)
This project is used to store and display my personal works and results
when learning following courses:
- "**C Primer Plus (Developer's Library)**" 6th Edition (by _Stephen Prata_)
- "**C Language Programming**" 4th Edition (by _Tan Haoqiang_ / _Tsinghua University Press_)
- "**Data Structures (C Language)**" 4th Edition (_Tsinghua University Press_)If you are also learning C language, I highly recommend you to refer to the book "**C Primer Plus**" by _Stephen Prata_.
Any questions or suggestions are welcome to contact me
via email [**[email protected]**](mailto:[email protected]) or [issues](https://github.com/CarmJos/CWorks/issues/new) .## General documentation
- [Setting for C Projects](.doc/SETTINGS_C.md)
- [Setting for C++ Projects](.doc/SETTINGS_CPP.md)
- [C语言命名规则与规范(以Unix风格为例)](.doc/NAME_RULES.md)## Open Source Licence
The source code of this project adopts the [GNU General Public License v3.0](https://opensource.org/licenses/GPL-3.0).
## Supports
Many thanks to Jetbrains for kindly providing a license for us to work on this and other open-source projects.
[![](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)](https://www.jetbrains.com/?from=https://github.com/CarmJos/CWorks)