Win32 Windows Volume Program and Code Example 1

 

 

 

Some Notes to Students

 

The knowledge and skill that you are supposed to acquire are several C/C++ programming language constructs such as:

 

  1. (C/C++) Windows Data Types.
  2. Typedef.
  3. Enumerations.
  4. Functions.
  5. Structures.
  6. Constants (such as used in Control Codes).
  7. Macros.
  8. The related header files to be included in the program.
  9. The related libraries to be linked.
  10. Familiarization with Visual Studio 2008 Express Edition/Community Edition/Visual Studio 2008

 

 

 

Environment for the Program Example (Build and Run)

 

All the program examples build using Visual Studio 2008 with SP/Visual Studio 2008 Express Edition/Community Edition (free) with SP (C/C++) with PSDK installed and run on Windows XP Pro SP2. All the projects are Win32 console mode applications, using default settings and source codes are in C/C++. The Visual Studio and PSDK versions are shown in the following screenshots.

 

Win32 Windows Volume Program and Code Example - Visual Studio version

 

Win32 Windows Volume Program and Code Example - SDK version

 

 

Win32 Windows Volume Program and Code Example - visual C++ express 2008

 

Win32 Windows Volume Program and Code Example - PSDK version

 

 

 < Windows Volume Index | Win32 Programming Index | Windows Volume 2 >