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
- Host: GitHub
- URL: https://github.com/xanonymous-github/posd-hw
- Owner: Xanonymous-GitHub
- License: mit
- Created: 2022-09-14T03:35:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T12:41:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T22:44:30.347Z (9 months ago)
- Topics: cpp, memory-leak, patterns, test-driven-development
- Language: C++
- Homepage:
- Size: 2.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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.