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.