gurkandemir / Discrete-Event-Simulation

Implements a program in order to simulate a coffee house and collecting some information like total running time etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compile

In a terminal, call commands:

>cmake CMakeLists.txt

>make

OR

>cmake CMakeLists.txt && make

Make sure the executable is produced.

Then you can test the project with the command:

>./project2 inputFile outputFile

About

Implements a program in order to simulate a coffee house and collecting some information like total running time etc.


Languages

Language:C++ 98.6%Language:CMake 1.4%