Skip to content

Simulation of a construction site using Operating Systems concepts, such as memory management, resource management, synchronization and more.

Notifications You must be signed in to change notification settings

haadiyeah/Construction-Site-Simulator

Repository files navigation

Instructions to run

  1. First open two split terminals in the project directory.
  2. On one terminal run the following:
        g++ ConstructionSite_Input.cpp -o input -pthread

then:

        ./input

You will see a menu on-screen. Leave it there. 3. On the second terminal run the following: g++ ConstructionSite_Output.cpp -o output -pthread then: ./output The output logs will begin. 4. Now, use the first terminal with the menu to manipulate the output.

Enjoy the definitely-not-a-slavery-simulator program.

About

Simulation of a construction site using Operating Systems concepts, such as memory management, resource management, synchronization and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages