This is a simple parking system program written in C++. It allows users to manage vehicle entry, exit, and view available slots in a parking lot.
- Vehicle Entry: Book a slot for a vehicle entering the parking lot.
- Vehicle Exit: Remove a vehicle from a booked slot when it exits.
- View Free Slots: Display the overall parking lot map and available slots.
- Exit: Quit the program.
To run the parking system program on your local machine, follow these steps:
-
Clone the repository : https://github.com/Bhavesh71/Parking-System-Using-Cpp.git
-
Navigate to the project directory :
- Open the project file :
- Compile the source code using a C++ compiler:
- Run the executable:
Upon running the program, you will be presented with a menu of options. Choose the desired operation by entering the corresponding option number.
-
Option 1: Vehicle Entry
- Enter the license plate and brand of the vehicle.
- The program will assign an available slot for the vehicle.
-
Option 2: Vehicle Exit
- Enter the license plate of the exiting vehicle.
- The program will remove the vehicle from the assigned slot.
-
Option 3: View Free Slots
- Displays a visual representation of the parking lot map.
- Shows the numbers of available slots.
-
Option 4: Exit
- Terminates the program.
Contributions to the parking system program are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on GitHub.