Skip to content

A program for managing and storing inventory for different items.

Notifications You must be signed in to change notification settings

nitinrawat111/inventory-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages