You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
呓喵酱 2256b71e0d
Update README.md
5 years ago
bin fix several bugs 5 years ago
docs Update README.md 5 years ago
lib fix several bugs 5 years ago
src fix several bugs 5 years ago
.gitignore ini 5 years ago
LICENSE Initial commit 5 years ago
README.md Update README.md 5 years ago

README.md

Parking-System

For EEE102 AS4.

Test Code is in the bin folder!!

Compile

  • Please use GNU to compile!!
  • Compile command g++ src\main.cpp src\feeTable.cpp src\park.cpp src\plot.cpp src\car.cpp lib\ovo.cpp -std=c++14