Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 441 Bytes

CPP-Multithreading

Description

Program in the project creates two threads, each of them prints number to output with delay equal to number seconds

Input

Enter s character to start printing, enter q character to stop printing

How to compile

g++ -Wall -std=c++11 -pthread -o main main.cpp

Example of usage

Drag Racing