Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 431 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 431 Bytes

-Car-Rental-System-in-C-

Title: Car Rental System in C++ Description: This C++ project implements a simple console-based car rental system. Users can add cars to the inventory, display available cars, rent a car, and return a rented car. Explore the basics of a car rental management system in C++

Note that this is a basic illustration, and real-world applications would require additional features and database integration.