jilmaji247 / Inventory_Management_System

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 100.0%