cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
windows.h header file
windows.h header file
Jan 1, 2015 at 10:02am UTC
rabi ansari
(6)
hello every1
i am new here...and i want to know about dunctions in windows.h header file...
i know some of it...like
sleep()
beep()
etc
plz provide me a complete list of usefull functions in said header file.
thank you....
Jan 1, 2015 at 10:13am UTC
ats15
(423)
Windows.h is needed for all Windows API.
http://msdn.microsoft.com/en-us/library/windows/desktop/ff818516%28v=vs.85%29.aspx
Jan 1, 2015 at 10:57am UTC
kbw
(9488)
sleep() isn't a Windows SDK call, it's a POSIX call; unless you mean Sleep(), which is.
Topic archived. No new replies allowed.