Jump to ratings and reviews
Rate this book

Windows Via C/C++

Rate this book
Master the intricacies of application development with unmanaged C++ code--straight from the experts. Jeffrey Richter's classic book is now fully revised for Windows XP, Windows Vista, and Windows Server 2008. You get in-depth, comprehensive guidance, advanced techniques, and extensive code samples to help you program Windows-based applications.

Discover how to:


Architect and implement your applications for both 32-bit and 64-bit Windows Create and manipulate processes and jobs Schedule, manage, synchronize and destroy threads Perform asynchronous and synchronous device I/O operations with the I/O completion port Allocate memory using various techniques including virtual memory, memory-mapped files, and heaps Manipulate the default committed physical storage of thread stacks Build DLLs for delay-loading, API hooking, and process injection Using structured exception handling, Windows Error Recovery, and Application Restart services

Kindle Edition

First published November 28, 2007

Loading...
Loading...

About the author

Jeffrey Richter

29 books35 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
58 (60%)
4 stars
21 (21%)
3 stars
14 (14%)
2 stars
3 (3%)
1 star
0 (0%)
Displaying 1 - 8 of 8 reviews
Profile Image for Danien.
44 reviews
March 11, 2010
This is not a book about creating Windows applications at the user interface level (see Charles Petzold's books for that). This is an update to Richter's Advanced Windows Programming, which was a great book dealing with the advanced features of the Windows operating system such as multithreading, asynchronous I/O and completion ports, etc.

Lots of examples, detailed explanations on what goes on behind the scenes make this a great reference that you can jump into any time, but should definitely give it a thorough read at least once through.
Profile Image for Rene Stein.
241 reviews37 followers
January 6, 2016
Klasika.
Bohužel i v této edici by název měl spíš znít Windows via C, protože těch pár API wrapperů (C++ třídy) to nezachrání. Hlavně v kapitolách o synchronizačních primitivách používaných bez RAII jsem trpěl, protože jsem si hned představil, kolikrát se ten "demo" kód objeví v aplikaci.
Profile Image for Steven Thomas.
128 reviews1 follower
June 9, 2020
I’ve read multiple editions of Richter’s classic starting back in 1995. It was my introduction to Win32 and pretty much all I needed. This is also still my go to reference for anything involving the Win32 subsystem or Windows native code in general.
Displaying 1 - 8 of 8 reviews