Skip to content

boltays/cpp-inventory-system

Repository files navigation

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

About

Example C++ project including inheritance, composition and vectors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages