https://github.com/octcarp-courses/sustech_cs205-cpp_f23_works
(45/45) Midterm & Course code of CS205 2023 Fall: C/C++ Program Design, SUSTech. Taught by Prof. Feng ZHENG.
https://github.com/octcarp-courses/sustech_cs205-cpp_f23_works
cpp cs205 sustech
Last synced: 7 days ago
JSON representation
(45/45) Midterm & Course code of CS205 2023 Fall: C/C++ Program Design, SUSTech. Taught by Prof. Feng ZHENG.
- Host: GitHub
- URL: https://github.com/octcarp-courses/sustech_cs205-cpp_f23_works
- Owner: octcarp-courses
- License: mit
- Created: 2023-10-25T08:59:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T15:43:39.000Z (about 2 years ago)
- Last Synced: 2025-12-12T20:44:52.229Z (6 months ago)
- Topics: cpp, cs205, sustech
- Language: C++
- Homepage: https://cs205-23f.cse.sustech.edu.cn/
- Size: 5.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SUSTech_CS205-CPP_2023f_Works
Course code of CS205 2023 Fall: C/C++ Program Design, SUSTech. Taught by Prof. Feng ZHENG.
Full score for these part.
### Information
I upload descriptions in [](https://www.markdownguide.org/) for every problem.
| Part | Content |
| ---------------------------- | ------------------------------------------------------------ |
| [Midterm](Midterm/) | 4 midterm OJ problems for this semester |
| [Assignment 1](Assignment1/) | 4 basic C or C++ programming problems |
| [Assignment 2](Assignment2/) | P1: Memory management robustness; P2: Matrix functions with simulated smart pointers |
| [Assignment 3](Assignment3/) | P1: Simple macro preprocessor; P2: Simple memory pool |
| [Assignment 4](Assignment4/) | Simple UNO card game |
| [Lab Exercise](Exercise/) | 16 weeks of lab exercise |