Programming Windows by Charles PetZold,fifth edition The Definitive Developer's Guide to the Windows98 APIThis book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Window s NT 5.0. These programs ar
Author's Note Visit my web site www.cpetzold.com for updated information regarding this book, including possible bug reports and new code listings. You can address mail regarding problems in this book to charles@cpetzold.com. Although I'll also try
英文版的 你值得拥有 Charles Petzold 是Windows编程界一位大师,世界顶级技术作家。1994年5月,Petzold作为仅有的七个人之一(并且是唯一的作家)被《Window Magazine》和Microsoft公司授予Windows Pioneer奖,以表彰他对 Microsoft Windows的成功做出的贡献。
/*-------------------------------------------------------------- HelloMsg.c -- Displays "Hello, Windows 98!" in a message box (c) Charles Petzold, 1998 --------------------------------------------------------------*/ #include int WINAPI WinMain (HI