sleep()

hello! I tried to usesleep() but it says that it has not been declared.
but i have put #include <time.h> in fact i have tried everything i found on google.Any way of making it work? Thank you!
Last edited on
1
2
3
4
5
#include <windows.h>
//....

Sleep(1000);
//... 
Thank you ,now it works. :D
Yeah, that capital 'S' got me REAAALLY good...
:D You guys on here are a lot of help to the beginner like me haha
Topic archived. No new replies allowed.