Skip to content

Bhavesh71/Parking-System-Using-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Parking System

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.

Features

  • 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.

Getting Started

To run the parking system program on your local machine, follow these steps:

  1. Clone the repository : https://github.com/Bhavesh71/Parking-System-Using-Cpp.git

  2. Navigate to the project directory :

file_2023-05-30_15 39 55

  1. Open the project file :

file

  1. Compile the source code using a C++ compiler:

file_20

  1. Run the executable:

file_2023-0

Usage

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.

Contributing

Contributions to the parking system program are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages