Finally completed creating a program in C :). Now I need to do some analysis to it's efficiency especially since I'm comparing to the amount of threads used. Usually for other programming languages I just code in a timer and use that for analysis but I was thinking since C is much closer to OS...