Skip to content

moocf/threads.cxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An example of using threads.

Run this on: OnlineGDB


$ clang main.cxx
$ ./a.out

# [10676] Hello! Finding sum of 15 and 20
# [10676] Sum: 35
# [16812] Hello! Finding sum of 5 and 10
# [16812] Sum: 15
# Final Sums: 15, 35



ORG

About

An example of using threads.

Resources

License

Stars

Watchers

Forks

Languages