Skip to content

gologames/CPP-Multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages