Get the preeminent guide to programming application for Windows with C++. Programming Applications for Microsoft Windows is a classic book (formerly titled Advanced Windows, Third Edition) and is now fully updated for Windows Vista, including the latest information about Windows XP. In-depth and comprehensive, this essential reference covers the Windows operating system and how...
Get the preeminent guide to programming application for Windows with C++. Programming Applications for Microsoft Windows is a classic book (formerly titled Advanced Windows, Third Edition) and is now fully updated for Windows Vista, including the latest information about Windows XP. In-depth and comprehensive, this essential reference covers the Windows operating system and how to program at the API level. Recognized experts provide an inside view of how Windows works and how to use its features in Visual C++ development tasks. Topics covered include processes, thread pooling, virtual memory, DLLs, file I/O, and message crackers. For systems-level programmers, this is a must-have title. Includes code samples in Visual C++. Features coverage of classic topics such as thread pooling, heaps, and advanced DLL techniques Provides expert guidance fully updated for Windows Vista Provides extensive sample code in Visual C++ 2005
0 有用 xslug 2009-05-13
WINDOWS核心编程第5版
1 有用 curer 2012-07-10
非常经典的windows 入门教材,完整的读过至少4遍以上.大部分的大学时光都耗在这上面了
0 有用 老梅 2012-07-21
好书。具体介绍了windows底层的 C++ API.
0 有用 音符、时间、走走停停 2009-12-24
有些书看懂了还要看很多遍。。。
0 有用 [已注销] 2008-12-29
Windows app功能相关入门书籍,API level
0 有用 .. 宸 ~ 2018-04-04
没有仔细的读所有代码,把基本的概念和windows的设计思想过了一下。感觉这书有点像Unix高级环境编程,其实我们在写的时候都是和compiler打交道,很少有情况需要直接调用OS的API,不过理解了底层API的设计对写代码还是会很有帮助的。里面陌生又很重要的几个概念分别是是Kernel Object, Completion IO Ports, Memory Mapped Files, Dynam... 没有仔细的读所有代码,把基本的概念和windows的设计思想过了一下。感觉这书有点像Unix高级环境编程,其实我们在写的时候都是和compiler打交道,很少有情况需要直接调用OS的API,不过理解了底层API的设计对写代码还是会很有帮助的。里面陌生又很重要的几个概念分别是是Kernel Object, Completion IO Ports, Memory Mapped Files, Dynamic Linked Libraries。书越看越觉得以前系统这块学的不扎实,DLL的设计挺tricky的,却不记得Unix类似的库是怎么设计的了。 (展开)
0 有用 Dr.J 2014-02-25
内容比较深入,很不错!
0 有用 老梅 2012-07-21
好书。具体介绍了windows底层的 C++ API.
1 有用 curer 2012-07-10
非常经典的windows 入门教材,完整的读过至少4遍以上.大部分的大学时光都耗在这上面了
0 有用 kevinclcn 2011-08-28
总的来说还不错。