Windows программирование: различия между версиями

Содержимое удалено Содержимое добавлено
Новая страница: «{{DISPLAYTITLE:<span style="display:block;text-align:center;font-size:250%;line-height:1em;">Windows программирование</span>}} {{merge from|Window…»
 
Нет описания правки
Строка 1:
{{DISPLAYTITLE:<span style="display:block;text-align:center;font-size:250%;line-height:1em;">Windows программирование</span>}}
{{merge from|Windows: An Overview}}
 
== Введение ==
Эта книга стремится быть исчерпывающим источником для любых разработчиков кто заинтересован в программировании под платформу Windows. Начинаяя от низших уровней с Win32 API (C и VB Classic) и продолжая [[/Microsoft Foundation Classes/|MFC]] (C++). После этих разделов, будет охвачена тема COM и создание модулей ActiveX на различных языках программирования. Потом погрузимся в Windows DDK и поговорим о программировании драйверов для устройств под платформу Windows. В заключение перейдём на задачи программирования высшего уровня, включаяя расширения оболочки, написание сценариев оболочки и в конце концов ASP и WSH.
{{TOC right}}
{{Reading level|Intermediate}}
{{Print version|Windows_Programming/Print_Version}}
{{PDF version}}
This book aims to be a comprehensive source for any developer who is interested in programming for the Windows platform. It starts at the lowest level, with the Win32 API (C and VB Classic) and then goes over to [[/Microsoft Foundation Classes/|MFC]] (C++). Beyond these basic sections, it will cover COM, and the creation of ActiveX modules from a variety of languages. Next, it delves into the Windows DDK, and talk about programming device drivers for Windows platform. Finally, it moves on to the highest-level programming tasks, including shell extensions, shell scripting, and finally ASP and WSH.
 
Другие темы которые будут обсуждены: Написание скрин-сейверов, создание справочные HTML модули и компилирование DLL файлов.
Other topics that will be discussed here are: Writing screen-savers, creating HTML help modules, and compiling DLL files.
 
ThisЭта bookкнига willбудет focusсфокусирована onна topicsтемы thatспецифичные areWindows specificи to Windows,будет andизбегать avoidsобщие generalтемы programmingо topicsпрограммировании. For related material the reader is encouraged to look into Wikibooks other works, they will cover general programming, ASM, C, C++, Visual Basic and Visual Basic.NET and other languages and concepts in greater detail. Appropriate links to these books are provided.
 
Предпологается что читатель уже имеет знания об языках программирования. Особенно необходимо знание C, C++ и Visual Basic для понимания определённых разделов данной книги.
The reader is assumed to have a previous knowledge of the programming languages involved. Specifically, prior knowledge in C, C++, and Visual Basic is required for certain sections of this book.
 
== Содержание ==
Строка 30 ⟶ 24 :
=== Section 2: Win32 API и UI Элементы ===
*[[Windows Programming/Message Loop Architecture|Message Loop Architecture]]
*[[Windows Programming/Interfacing|Interfacing]] (MouseМышка, keyboard,Клавиатура andи timerсообщения messagesтаймера)
*[[Windows Programming/Window Creation|Window Creation]]
*[[Windows Programming/User Interface Controls|User Interface Controls]]
Строка 37 ⟶ 31 :
*[[Windows Programming/Input-Output|Input-Output]]
*[[Windows Programming/File Management|File Management]]
*[[Windows Programming/Memory Subsystem|Memory Subsystem]] (heapsКуча, virtualвиртуальная memoryпамять)
*[[Windows Programming/Multitasking|Multitasking]]
*[[Windows Programming/Interprocess Communication|Interprocess Communication]]
Строка 118 ⟶ 112 :
*[news://comp.os.ms-windows.programmer.win32 Advanced Win32 API Newsgroup]
*[http://msdn2.microsoft.com Microsoft Developers Network]
*Petzold, Charles, "Programming Windows", Microsoft Press.
*Hart, Johnathan, "Windows System Programming", second edition, 2001. {{ISBN|0201703106}}
*Gordon, Alan, "The COM and COM+ Programming Primer", 2000, {{ISBN|0130850322}}.
*Oney, Walter, "Programming the Windows Driver Model", second edition, 2002. {{ISBN|0735618038}}
 
{{subjects|computer programming|Microsoft Windows}}
{{alphabetical|W}}
{{status|50%}}