Skip to content

This project is an inventory management system implemented in C++.

Notifications You must be signed in to change notification settings

Saicbmm/Inventory_Management_System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

This is a C++ program that implements an inventory management system.

Class:

  • Product : The Product class defines the properties of a product such as ID, name, category, price, and quantity.
  • Inventory :The Inventory class contains a vector of products and provides functions to add, remove, find, update, and view products.

Functionality:

  • Add a product
  • Remove a product
  • Find a product
  • Update a product
  • View all products
  • Save inventory to file
  • Load inventory from file

Overall, this program provides a simple yet effective inventory management system that can be used by small businesses to keep track of their products.

About

This project is an inventory management system implemented in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%