April 2002
Intermediate to advanced
1024 pages
23h 26m
English
In This Chapter
A delegate is a type safe function pointer. Although the idea of a delegate is not difficult to grasp, how it is implemented, what additional functionality has been added, and just how universally it is applied and used are all topics that deserve much more discussion.
The Windows APIs are becoming more asynchronous in nature. For example, when a user clicks on a button in your application, notification of this event is undoubtedly happening asynchronous to your application. Much of the APIs dealing with I/O can be greatly streamlined ...