Skip to content

This project is an inventory management system implemented in C++. It allows users to add, remove, find, and update products, as well as view all products in the inventory. Additionally, it provides functionality to save and load inventory data to and from a file.

Notifications You must be signed in to change notification settings

jilmaji247/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++. It allows users to add, remove, find, and update products, as well as view all products in the inventory. Additionally, it provides functionality to save and load inventory data to and from a file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages