Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 595 Bytes

File metadata and controls

23 lines (15 loc) · 595 Bytes

Inventory Program

This is a simple inventory management program written in C++.

The program lets you create and manage basic inventory items from the console.
It uses classes, inheritance, and composition to organize the data.


Features

  • Add, list, and remove inventory items.
  • Uses std::vector to store and manage items.
  • Basic class structure with constructors, destructors, and member functions.
  • Simple console interface for user interaction.

How to Run

  1. Clone the repository:
    git clone https://github.com/boltays/Inventory_Program.git