Skip to content

C++11 multithreading searching for least common multiple of the big amount of numbers

Notifications You must be signed in to change notification settings

prohor33/multithreading-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

multithreading-sample

C++11 multithreading searching for least common multiple of the big amount of numbers

###Mac OS X compile: g++ main.cpp -o main.out -std=c++11 ###Ubuntu compile: g++ main.cpp -o main.out -pthread -std=c++11

About

C++11 multithreading searching for least common multiple of the big amount of numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages