Skip to content

AyushiiDhiman/Inventory-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Inventory Management System (C++)

πŸ“Œ Project Overview

The Inventory Management System (IMS) is a console-based application developed using C++.
It helps manage product inventory efficiently by allowing users to add, view, search, and organize products.
The project demonstrates strong fundamentals of Object-Oriented Programming (OOP), Data Structures & Algorithms, and File Handling.


πŸ› οΈ Tech Stack

  • Language: C++
  • Concepts Used: OOP, File Handling, Sorting, Binary Search
  • Tools: g++, PowerShell / Terminal

✨ Features

  • Add new products to inventory
  • Display all available products
  • Search products by ID using Binary Search
  • Sort products by ID
  • Persistent storage using file handling (inventory.txt)
  • Menu-driven console interface

πŸ“‚ Project Structure

IMS/ β”œβ”€β”€ ims.cpp β”œβ”€β”€ inventory.txt └── README.md


βš™οΈ How to Run the Project

1️⃣ Prerequisites

  • C++ compiler (g++)
  • Windows PowerShell / Terminal

Check compiler:

g++ --version
cd IMS
g++ ims.cpp -o ims
.\ims



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages