Windows 32 程序设计

时间:2021-12-21 05:19:40

开发语言:C语言

开发工具:Visual Studio 2015

目      标:使用C语言,直接调用Windows API,创建Windows程序。

参考图书:《Windows程序设计 (第5版)》

Delphi版

开发语言:Object Pascal

开发工具:Delphi

目      标:使用Delphi,绕过VCL建立的各种创建Windows程序的便捷的类,直接调用Windows API,创建Windows程序。

参考图书:《Delphi Win32核心API参考》

MASM版

开发语言:MASM

开发工具:RadASM

目      标:在RadASM工具中使用MASM,,直接调用Windows API,创建Windows程序。

参考图书:《Windows32位汇编语言程序设计》

Windows 32 程序设计