Look it up in Petzold remains the decisive last word in answering questions about Windows development. And in PROGRAMMING WINDOWS, FIFTH EDITION, the esteemed Windows Pioneer Award winner revises his classic text with authoritative coverage of the latest
Charles Petzold has been writing about programming for Windows-based operating systems for 24 years. A Microsoft MVP for Client Application Development and a Windows Pioneer Award winner, Petzold is author of the classic Programming Windows, currently in its sixth edition and one of the best-known programming books of all time; the widely acclaimed Code: The Hidden Language of Computer Hardware and Software; and more than a dozen other books.
This book is the bible for programming Windows. It assumes a complete understanding of the C++ programming language. When I read this book, I needed Bjarne Stroustrup's "The C++ Programming Language" as a reference. Difficult, but well worth the effort. There's not a book on the market that does it better.
The contents of the sixth edition is obsolete, as opposed the fifth edition, which remains relevant as of April 2025. None of the supplied source code for the sixth edition (https://resources.oreilly.com/example...) may be loaded in to the current version of Visual Studio (2022). In true Microsoft fashion, earlier versions of Visual Studio (including the community editions) require a paid subscription.
Don´t buy this. It is not good as a reference because it is to much text that is not important, nor is it good as a tutorial because the assignments are shitty written.
Use the resources at MSDN instead if you want to create Windows Store Apps, and save some money
As good as previous editions, but with the same flaws -- a lot of text showing calculations for manipulation of items (e.g. rotating, calculating transparency, drawing lines, etc).