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.
- Add, list, and remove inventory items.
- Uses
std::vectorto store and manage items. - Basic class structure with constructors, destructors, and member functions.
- Simple console interface for user interaction.
- Clone the repository:
git clone https://github.com/boltays/Inventory_Program.git