This project is a simple console-based inventory management system developed in C++. It helps manage products in a store by providing features such as stock management, billing, and report generation.
- Add and display products
- Manage stock and billing
- Generate inventory reports
- C++ (OOP, file handling, data structures)
- Clone the repository:
git clone https://github.com/PoojaThummar/Inventory-Management-System
- g++ inventory_management.cpp -o inventory_management ./inventory_management