headers | ||
.gitignore | ||
Customer.cpp | ||
Development Guidelines.md | ||
main.cpp | ||
Park_spot.cpp | ||
Park_time.cpp | ||
readme.md |
use
g++ ./src/main.cpp ./src/Park_time.cpp ./src/Customer.cpp ./src/Park_spot.cpp -o test.exe
to build the project
headers | ||
.gitignore | ||
Customer.cpp | ||
Development Guidelines.md | ||
main.cpp | ||
Park_spot.cpp | ||
Park_time.cpp | ||
readme.md |
use
g++ ./src/main.cpp ./src/Park_time.cpp ./src/Customer.cpp ./src/Park_spot.cpp -o test.exe
to build the project