Monday, July 27, 2009

I want a site that expolain everything about windows.h commands in cpp ?

can any1 show me a site that can list and explain with examples all or even some of the file "windows.h" commands in c++ language?





thank you

I want a site that expolain everything about windows.h commands in cpp ?
What you are referring to comes under the heading of "Win32 and COM development". If you have a MS C++ compiler, it usually comes with a help file containing this information. Alternatively, you can go to the MS web site. Here's a link to get you started:


http://msdn2.microsoft.com/en-us/library...





In particular, look for "functions" (versus "commands").
Reply:Windows.h is one of the header files for the Windows API. When learning the Windows API, learning it by header files is not the best approach. It would be best to approach the subject from inside out: creating a window first, then setting up child controls, then processing messages, etc.... You aren't good to find documentation for windows.h specifically, it's just not done like that.


No comments:

Post a Comment