首页

《Windows_via_C/C++》PDF英文版本下载

标签:C++,Windows,编程,     发布时间:2016-12-07   
  • 云盘下载:
  • [提取码:0000]
  • 本地下载:
       ( 需积分:2  )

一、目录介绍

Windows_via_CC++_英文版副本.jpg

Part I Required Reading
1 Error Handling
2 Working with Characters and Strings
3 Kernel Objects
Part II Getting Work Done
4 Processes
5 Jobs
6 Thread Basics
7 Thread Scheduling, Priorities, and Affinities
8 Thread Synchronization in User Mode
9 Thread Synchronization with Kernel Objects
10 Synchronous and Asynchronous Device I/O
11 The Windows Thread Pool
12 Fibers
part III Memory Management
13 Windows Memory Architecture
14 Exploring Virtual Memory
15 Using Virtual Memory in Your Own Applications
16 A Thread’s Stack
17 Memory-Mapped Files
18 Heaps
Part IV Dynamic-Link Libraries
19 DLL Basics
12 DLL Advanced Techniques
21 Thread-Local Storage
22 DLL Injection and API Hooking
Part V Structured Exception Handling
23 Termination Handlers
24 Exception Handlers and Software Exceptions
25 Unhandled Exceptions, Vectored Exception Handling, and C++Exceptions
26 Error Reporting and Application Recovery
Part VI Appendixes
A The Build Environment
B Message Crackers, Child Control Macros,and API Macros