nitinrawat111 / inventory-management-system

A program for managing and storing inventory for different items.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A program for managing and storing inventory for different items.


Languages

Language:C++ 100.0%