Create a thread that will use a runner function and from the thread function (e.g. runner) call the Fibonacci function to generate the Fibonacci series and store them in the array.Use the parameter supplied in the function runner in order to determine how many Fibonacci numbers must be generated.The thread function must take as an argument the total number of Fibonacci numbers that have to be generated. For example 7 will generate 0, 1, 1, 2, 3, 5, 8.In C++ use the function atoi((char *)param) to convert a void * param argument to an integer.
1
Expert's answer
2012-12-24T08:42:20-0500
Unfortunately, your question requires a lot of work and cannot be done for free. Submit it with all requirements as an assignment to our control panel and we'll assist you.
Comments
Leave a comment