stop execution of process for miliseconds.
Posted
by Viral
on Stack Overflow
See other posts from Stack Overflow
or by Viral
Published on 2010-04-12T10:19:04Z
Indexed on
2010/04/12
10:23 UTC
Read the original article
Hit count: 270
hi friends, I m creating a Tic tac toe game, in that after click made by user automatically the cpu will respond. I want the cpu response after 0.50 seconds, the sleep() function takes too many time, i don't want that much time, is there any other way to do so???
© Stack Overflow or respective owner