沃新书屋 - Windows核心编程 - 作者:Jeffrey Richter

Jeffrey Richter

人物简介:

Jeffrey Richter全球享有盛誉的微软技术专家,著名技术咨询和培训公司Wintellect创始人之一,MSDN Magazine杂志特邀编辑。多年来,他担任微软各开发团队顾问,参与了微软的许多关键产品包括各版本Windows、Visual Studio、Microsoft Offce和.NET框架的设计和编程。他撰写了一系列著作,包括本书和《深入理解.NET》(第2版·英文版,人民邮电出版社。2008),都堪称技术图书的典范,影响了一代Windows程序员,并因此荣获微软公司杜区最高技术荣誉“微软软件传奇人物”(Software Legend)称号。

Windows核心编程书籍相关信息


内容简介:

【内容简介】 本书是Windows 程序设计领域的名著,涵盖了Windows 的最新版本Vista 以及Windows XP 的最新内容。书中全面深入地介绍了Windows 的各种基本要素,如进程、线程池、虚拟内存、DLL、设备I/O 和SEH 等,并列举了大量应用程序,精辟地分析了要素的使用方法。. 本书适于各层次Windows 编程人员阅读。 ... 【目录信息】 Acknowledgments . xxi Introduction xxiii 64-Bit Windows xxiii What’s New in the Fifth Edition xxiv Code Samples and System Requirements xxvi Support for This Book xxvi Questions and Comments xxvi Part I Required Reading 1 Error Handling 3 Defining Your Own Error Codes 7 The ErrorShow Sample Application 7 2 Working with Characters and Strings 11 Character Encodings 12 ANSI and Unicode Character and String Data Types 13 Unicode and ANSI Functions in Windows 15 Unicode and ANSI Functions in the C Run-Time Library 17 Secure String Functions in the C Run-Time Library 18 Introducing the New Secure String Functions 19 How to Get More Control When Performing String Operations 22 << 查看详细目录