How accurate does it need to be?
Code:for(int i = 5; i > 0; i--) { // Do something Sleep(1000); // Pause for 1 second }
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |