Comments

PeterDuke wrote on 5/20/2012, 9:25 AM
I think Charles Petzold has been writing Windows Programming books since Windows 3.1 or even earlier.
Red Prince wrote on 5/20/2012, 8:24 PM
The $10 is just for the eBook, not for the printed book.

I still use the Windows 95 edition of this book, along with the Windows SDK (which is a free download from microsoft.com) for the latest changes.

The nice thing of the old edition is it uses plain C, not the silly languages like C#. C is easy to convert to assembly language, which is what most of my code is in.

He who knows does not speak; he who speaks does not know.
                    — Lao Tze in Tao Te Ching

Can you imagine the silence if everyone only said what he knows?
                    — Karel Čapek (The guy who gave us the word “robot” in R.U.R.)

TheHappyFriar wrote on 5/20/2012, 8:54 PM
I do coding but I try to stay OS neutral as I normally want to compile it on Linux too.

I don't think I've ever made a program that made a window in my life. I think I went from DOS years ago and started back up with OS independent a couple years ago.