/posd-HW

Pattern-Oriented Software Design course Homework Source Code Mirror

Primary LanguageC++MIT LicenseMIT

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.

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.