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

https://github.com/xanonymous-github/posd-hw

Pattern-Oriented Software Design course Homework Source Code Mirror
https://github.com/xanonymous-github/posd-hw

cpp memory-leak patterns test-driven-development

Last synced: 8 months ago
JSON representation

Pattern-Oriented Software Design course Homework Source Code Mirror

Awesome Lists containing this project

README

          

# POSD HW

###### Student ID: 108820003

###### Pattern-Oriented Software Design course Homework

## Warning
This project doesn't scan the memory leak, so you should use `valgrind` to check the memory leak.

### Refs:
> You may need to connect to the NTUT VPN service for accessing.
- Course repo: http://140.124.181.100/yccheng/posd2022f
- TA repo: http://140.124.181.100/course/posd2022f_ta
- Jenkins: http://140.124.181.97:8080/

### Get started

1. `make`
2. `make test`
3. See if there's any errors.

### After finishing a HW

1. Ensure CI pass.
2. When new HW appears, put all codes & tests into a new folder which named `HWx`.
3. Write & add new codes and tests on root, for the next loop.