An open API service indexing awesome lists of open source software.

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.

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://img.shields.io/badge/-Markdown-white?style=flat&logo=markdown&logoColor=black)](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 |