Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/keremtan/relay-racer
- Owner: KeremTAN
- Created: 2023-09-22T10:15:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T11:33:52.000Z (about 1 year ago)
- Last Synced: 2023-10-04T19:53:38.552Z (about 1 year ago)
- Topics: cpp, cpp17, multithreading
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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