Question: This assignment will introduce the students to thread creation, and - pthread usage. The assignment is to create two threads, count in each thread from
This assignment will introduce the students to thread creation, and pthread usage. The assignment is to create two threads, count in each thread from to and output each iteration of the count. Make sure to utilize pthread! Your program should do the following:
Create a program with two threads
On each thread count from to
Cout each iteration of the count on each thread
Remember to use pthread compiler directive!
Save the file as cpp REMEMBER TO SUBMIT YOUR PROGRAMMING FILES AS WELL AS A
SCREENSHOT OF YOUR OUTPUT! Each of the bold bullets are worth the listed percentage. For example, if you are able to create the threads, utilize pthread, and count in each of the threads, yet you do not display the output using cout, you will lose at least that on this assignment.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
