Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keremtan/relay-racer

The aim of this project is to simulate a relay race. This relay race that there is 400 teams and has 4 runners per a team is simulated using Threads and OOP Philosophy.
https://github.com/keremtan/relay-racer

cpp cpp17 multithreading

Last synced: 4 days ago
JSON representation

The aim of this project is to simulate a relay race. This relay race that there is 400 teams and has 4 runners per a team is simulated using Threads and OOP Philosophy.

Awesome Lists containing this project

README

        

# Relay Racer

### Requirements For This Project
* CMake
* Make
* VsCode
* Vs Studio [If your operating system is Windows, otherwise you do not need]

### How to Run This Project

* Open the project with VsCode

* Compile & Build the project by pressing the key combination ctrl+shift+b or command+shift+b

* If your operating system is Linux or MacOs, you can run the application by clicking Run->Start Debugging in VsCode

* If your operating system is Windows, the project may have been compiled to work with Visual Studio
* Go to the build directory which has created when you compiled the project in VsCode
* Open Relay.sln file with Visual Studio
* Build the Relay project in the Solution Explorer section
* Finally, you can run the project by right clicking on the Relay project in the Solution Explorer section and selecting Debug->Start New Instance