Skip to content

iNoles/vehicle-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Management System

This is a simple vehicle management system written in C++. It allows you to manage different types of vehicles using a singleton VehicleManager class.

Features

  • Add vehicles to the system
  • Print the total number of vehicles

Getting Started

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/iNoles/vehicle-management.git
  1. Compile and run the program:
cd vehicle-management
g++ main.cpp VehicleManager.cpp -o vehicle_manager
./vehicle_manager

Usage

The main.cpp file demonstrates how to use the VehicleManager singleton to add vehicles and print the total number of vehicles.

Contributing

Feel free to contribute by opening issues or pull requests. Follow the coding standards specified in the project.