https://github.com/cee-studio/cpp-mistakes
Common mistakes in Cplusplus
https://github.com/cee-studio/cpp-mistakes
Last synced: 4 months ago
JSON representation
Common mistakes in Cplusplus
- Host: GitHub
- URL: https://github.com/cee-studio/cpp-mistakes
- Owner: cee-studio
- Created: 2020-07-20T06:30:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T22:23:22.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T15:37:18.187Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- 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