Xanonymous-GitHub / posd-HW

Pattern-Oriented Software Design course Homework Source Code Mirror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pattern-Oriented Software Design course Homework Source Code Mirror

License:MIT License


Languages

Language:C++ 98.5%Language:C 0.7%Language:Makefile 0.6%Language:CMake 0.1%