sleep(int) in C++? - Ubuntu Forums
There is not a c++ standard sleep (there is a posix standard shown above), but it is easy enough to write it yourself: ... so I need a portable sleep function that works in milliseconds or with a float seconds so I can accurately update speed and position...