https://github.com/cee-studio/c-mistakes
Common mistakes made by C novices
https://github.com/cee-studio/c-mistakes
Last synced: 4 months ago
JSON representation
Common mistakes made by C novices
- Host: GitHub
- URL: https://github.com/cee-studio/c-mistakes
- Owner: cee-studio
- Created: 2020-07-20T06:41:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T22:22:53.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T15:37:12.877Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mistakes of C code made by novices
These are collections of memory mistakes made by students in their C
code.
Contributions are welcome.
The contribution guidelines:
1. Obtain the entire source code for each mistake
2. Use https://cee.studio to create an executable demo link*
3. Describe briefly each mistake
4. Include the original post link (if it's possible)
### [Memory Errors](memory-errors.md)
* The included code can compile and generate an executable