ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Четверг
4 июля
109432 Топик полностью
Evgeny_CD, Архитектор (05.01.2008 22:59, просмотров: 211) ответил Evgeny_CD на Буки - низкоуровневое и системное программирование под Win
Programming Applications for Microsoft Windows http://upload.caxapa.ru/books/programming_applications_for_microsoft_windows_fourth_edition.chm
Programming Applications for Microsoft Windows (Dv-Mps General) 9781572319967 (1572319968), Microsoft Press, 1999 Microsoft Windows is a complex operating system. It offers so many features and does so much that it's impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. Well, I always like to start at the lowest level by gaining a solid understanding of the system's basic building blocks. Once you understand the basics, it's easy to incrementally add any higher-level aspects of the system to your knowledge. For example, I don't explicitly discuss the Component Object Model (COM) in this book. But COM is an architecture built using processes, threads, memory management, DLLs, thread local storage, Unicode, and so on. If you know these basic building blocks, understanding COM is just a matter of understanding how the building blocks are used. I have great sympathy for people who attempt to jump-start into learning COM's architecture. They have a long road ahead and are bound to have gaping holes in their knowledge, which is bound to negatively affect their code and their schedules. So that's what this book is all about: the basic Windows building blocks that every Windows developer (at least in my opinion) should be intimately aware of. As each block is discussed, I also describe how the system uses these blocks and how your own applications can best take advantage of these blocks. In many chapters, I show you how to create building blocks of your own. These building blocks, typically implemented as generic functions or C++ classes, group a set of Windows building blocks together to create a whole that is much greater than the sum of its parts.