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.

230 B

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