Modern Programming
Friday, April 08, 2011
C++ Delay Procedure
#include
void delay(unsigned int tick)
{ //klampok_child@yahoo.co.id
int tmp = (clock()+tick);
while (clock() <= tmp){};
};
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment