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.

9 lines
230 B

5 years ago
# Parking-System
5 years ago
For EEE102 AS4.
5 years ago
> Test Code is in the bin folder!!
## Compile
- Please use GNU to compile!!
5 years ago
- Compile command `g++ src\main.cpp src\feeTable.cpp src\park.cpp src\plot.cpp src\car.cpp lib\ovo.cpp -std=c++14`