/inventory-management-system

A program for managing and storing inventory for different items.

Primary LanguageC++

Inventory Management System

  • A C++ command line application for managing inventory stocks
  • Uses C++ File Handling to save data to disk locally

Requirements

  • A C++ compiler capable of compiling modern C++ code

Usage

  • Just compile the source file and run the executable.

For example: If you are using g++ compiler run the following commands

g++ src.cpp -o src.exe and then ./src.exe