areej-i / Store-Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store-Simulator

Simple simulator where users can "order" a product, and the program keeps track of the inventory as well as which store location the inventory is stored at.

Contains files:

a3.pdf - UML Diagram

To run: Type make into terminal inside the storeSimulator project folder, then ./a3 to run.

Note: Must have GCC complier with C++ atleast version 2011 installed.

About


Languages

Language:C++ 96.6%Language:Makefile 3.4%