| |
| | Win32 Tutorial - Lesson 1: Introduction to Win32 |
 | | Win32 is a library of data types, constants, functions, and classes (mainly structures) used to create applications for the Microsoft Windows operating system. |
 | | Therefore, although all of the structures of Win32 are mostly C objects, we will use Win32 as if it were a C++ library. |
 | | Normally, all Win32 programs look the same and behave the same but, just like C++ programs, there are small differences in terms of creating a program, depending on the compiler you are using. |
| www.functionx.com /win32/Lesson01.htm (4266 words) |
|