Jump to ratings and reviews
Rate this book

Advanced Windows by Jeffrey Richter

Rate this book
Jeffrey Richter's Advanced Windows, 3rd ed., is a useful guide to system programming in Win32 in C. The book starts out with advanced topics such as working with Win32 processes and threads, and then moves on to other Win32 kernel objects like heaps and memory-mapped files. The book then explores thread synchronization (and how threads can be made to work effectively in parallel) and explores how to create responsive programs that process messages asynchronously. Chapters on file I/O and device I/O are especially useful for those who need access to the advanced functionality available in Win32. This book presents hard-to-find material clearly, including the structured exception handling model used in Win32 operating systems, and completion ports (which also allow I/O operations to run in the background). An appendix on Win32 fibers will be useful to UNIX system programmers who want to bring their code quickly to Windows. Though the source code is written in C here for widest available audience, the programming strategies and technical information is applicable to C++ programming as well. All in all, this new edition of Advanced Windows is a very useful, readable book that presents in-depth information on several valuable Win32 programming topics. It's worth noting that many of these advanced API calls and features are not easily available to MFC programmers.

Mass Market Paperback

First published February 1, 1997

2 people are currently reading
26 people want to read

About the author

Jeffrey Richter

28 books33 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
9 (36%)
4 stars
12 (48%)
3 stars
3 (12%)
2 stars
0 (0%)
1 star
1 (4%)
Displaying 1 - 2 of 2 reviews
Profile Image for Lance.
195 reviews1 follower
August 6, 2008
More in-depth than Petzold's Programming Windows 95 this book looks at a lot of the possibilities of the Win32 API. I had fun with Petzold's book, while this one was more "nuts and bolts" uhm... sort of, since it's software.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.