where will i get windows.h file

Banned
6Feb2010,11:33   #1
vignesh1988i's Avatar
pl... pass the link for downloading the above file!!!!!!!
Mentor
7Feb2010,13:36   #2
xpi0t0s's Avatar
msdn.microsoft.com

It's not as simple as just adding windows.h to your project; you need the full Windows SDK.
Contributor
7Feb2010,20:56   #3
Deadly Ghos7's Avatar
windows.h is just the header file that consists of the function prototypes and typedefs. You need the library object, also to use the functions in it so yeah as the above post, you need full SDK.