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| Name | Name | Last commit date | ||
|---|---|---|---|---|
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