How to pause a program for a few milliseconds?

Posted by Ahmad Farid on Stack Overflow See other posts from Stack Overflow or by Ahmad Farid
Published on 2010-03-17T16:24:07Z Indexed on 2010/03/17 16:31 UTC
Read the original article Hit count: 268

Filed under:
|

How to pause a program for a few milliseconds using C++ managed code? I tried Sleep() but it didn't work when I included the winbase.h file, I got lots of compile errors!

© Stack Overflow or respective owner

Related posts about c++

Related posts about managed-c++