29.03.2010, 13:06
Quote:
Originally Posted by {Awaran};
You got an average of 7.5 seconds? How many loops did you run (the number in red)
while(a < 100000) { printf("Process: %d",a); a++; } |
Just copyed the lines from the first post