I have a program that can use an odd or even amount of threads - based on a passed in parameter - being used on any run of the program. If each thread fetches an ascii character from a file, what would spin meaning this context ?
So what path would I follow in order to make each thread print one *. This is all contained in a function which takes in an int which represents how many threads to use.
Would I also need a check to see if the int value is even or odd ?