What library is "sleep()" in. If it helps, I'm using visual c++.
This is a discussion on Where the heck is sleep()? within the A Brief History of Cprogramming.com forums, part of the Community Boards category; What library is "sleep()" in. If it helps, I'm using visual c++....
What library is "sleep()" in. If it helps, I'm using visual c++.
stdlib.h
ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.
The sleep in visual c++ starts with a capital Sleep(). Instead try using the SetTimer function if using MFC's becuase sleep actually reduces the performance of a system...........