Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 379 Bytes

Cab-Management-System

A command-line cab management system built using C++ and OOPS, which lets the user book cab, start rides and calculates fare using graph algorithms.

To run this project:

1- Create a database of the cabs using EntryInCabDatabase.cpp

2- To view the database you just created use ViewCabDatabase.cpp

3- Now you are ready to use the system, run index.cpp