https://github.com/cee-studio/cs50-mistakes
The common mistakes made in CS50's C pset
https://github.com/cee-studio/cs50-mistakes
Last synced: 21 days ago
JSON representation
The common mistakes made in CS50's C pset
- Host: GitHub
- URL: https://github.com/cee-studio/cs50-mistakes
- Owner: cee-studio
- Created: 2020-07-04T16:10:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T18:51:00.000Z (about 5 years ago)
- Last Synced: 2025-02-25T15:37:12.589Z (over 1 year ago)
- Language: C
- Size: 3.98 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES.txt
Awesome Lists containing this project
README
# Mistakes of CS50 C psets
These are collections of mistakes made by CS50x students in their C
psets.
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