This is the repository for the C++ implementation of the Car Rental System project developed by CodingBurgas.
The Car Rental System is a C++ console application that simulates a car rental service. It allows users to manage car inventory, make reservations, calculate rental fees, and generate reports.
To get started with the Car Rental System project, follow these steps:
-
Clone the repository: git clone https://github.com/codingburgas/2223-otj-10-project-the-car-rental-system-KGTenev20.git
-
Compile the source code: g++ -o car_rental_system main.cpp
-
Run the application: ./car_rental_system
The Car Rental System application provides the following functionality:
- Browsing available cars
- Making car reservations
- Calculating rental fees
- Generating rental reports
If you want to contribute to the Car Rental System project, follow these steps:
-
Fork the repository on GitHub.
-
Clone your forked repository: git clone https://github.com/your-username/2223-otj-10-project-the-car-rental-system-KGTenev20.git
-
Create a new branch for your changes: git checkout -b your-branch-name
-
Make your modifications and commit the changes: git commit -am "Add your commit message here"
-
Push your changes to your forked repository: git push origin your-branch-name
-
Create a pull request on GitHub.
The Car Rental System project is licensed under the MIT License. See the LICENSE file for more information.