Check-in and Check-out car in a 10 lot parking space.
- Based on singly linked list (C)
- Console Application
- gcc or clang compiler
- regex library
- make
- Check-in
- Check-out
- Display current status
- Log files for retaining previous day parking details
- Check-out log file containing details of cars checked out.
- Other settings (deleting log files)
- Compiled using gcc or clang.
- Change the CC value in makefile
make carpark- To run the application,
./carpark- Master: Stable working branch
- refactor: Testing branch
- Legacy: Code before the refactor
| Variable | Value |
|---|---|
| Total parking lots | 10 |
| Minimum parking amount | 5 |
| Amount per minute | 0.25 |