An open API service indexing awesome lists of open source software.

https://github.com/khaledkamr/bus_reservation_project

OOP Project
https://github.com/khaledkamr/bus_reservation_project

coding cpp oop-in-cpp

Last synced: 3 months ago
JSON representation

OOP Project

Awesome Lists containing this project

README

        

# Bus_reservation_project

**This system project lets the users to reserve a bus trip and they can choose between the general bus or VIP bus.**

**Basically, four features are available in this project.**

1. _**Install bus information**_

This feature is allowed only for the stuff, it allows you to install a typical bus information before it can be reserved by the passengers or shown in buses available. It includes the bus no., driver’s name, arrival time, departure time and destination of the bus.

2. _**Reservation**_

this feature is very simple; it includes the bus no., seat number and the passenger’s name. The seat number of the particular bus is reserved under the passenger’s name.

3. _**Show Reservation Information**_

with this feature, you can show all the information regarding the buses and their respective seats. It contains all the information stored by the previous two function of this project. It also enlists the no. of empty seats in a bus along with the seat number registered to a particular passenger. (Scroll down to view the output screen of this feature.)

4. _**Buses Availability**_

this feature simply shows the buses available for reservation, and the information regarding the bus no. stored under the first feature.

## Output

![Screenshot 2023-09-25 224703](https://github.com/khaledkamr/Bus_reservation_project/assets/94804298/ce6c072c-c041-431d-8f90-211768f08601)

![Screenshot 2023-09-25 224755](https://github.com/khaledkamr/Bus_reservation_project/assets/94804298/e910edf3-f7a3-4293-b8fa-e06b6a9d4e1a)

![Screenshot 2023-09-25 224822](https://github.com/khaledkamr/Bus_reservation_project/assets/94804298/86dd35f2-e4dc-4f38-999e-e056f5521010)

![Screenshot 2023-09-25 224855](https://github.com/khaledkamr/Bus_reservation_project/assets/94804298/b9ba03ce-6b34-4f86-9723-c117a7291fcd)