anyone know a good site with Windows API defined?

Atropos13

Member
Jan 7, 2000
195
0
0
I just started learning C++ to build Windows apps and I have been looking everywhere for some site with definitions for the Windows API and the Win32 library. I am a Java programmer so I am used to being able to go to java.sun.com for any method/class definitions I need but I can't seem to find anything like this for the Windows API. I would assume that it is somehwere on the Microsoft site but I haven't been able to find it. Does anyone know a good place to get this info? Thanks.
 

spwango

Senior member
Mar 7, 2001
419
0
0
I'm in the same boat as you--faithfull Java coder being forced to go MFC and Windows API...I recommend Pretzold's Windows API book and Prosise's MFC book--they don't list the API out, but I find them to be much better references than MS's documentation.

Thanks,

spwango