Anyone know a good book or pdf file out there for learning how to program Windows APIs? I ordered Petzold's book already, but it seems old and not sure if it's a slow progression or just a reference guide. I already know the basics of C++. Thanks.
Printable View
Anyone know a good book or pdf file out there for learning how to program Windows APIs? I ordered Petzold's book already, but it seems old and not sure if it's a slow progression or just a reference guide. I already know the basics of C++. Thanks.
I am not sure about a book, but http://msdn.microsoft.com/en-us/libr...(v=VS.85).aspx should help. This is from microsoft and contains a lot of knowledge on how to use their apis. Use google. trying googling a win32 api and see what it returns.
You did a really right thing.Quote:
I ordered Petzold's book already
No surprise, the Win API is even older, and it seems very little changed in it for all these years.Quote:
but it seems old
PS. I started with Petzold's "Programming Windows" (Windows 3.1, Win16!) and never had a reason for regretting about that. :)
Meanwhile, you could order one of Jeff Richter's books as well.
Well, as for me it's basic enough. And with these two you've chosen the right direction.Quote:
I've got "Windows via C/C++" by Richter. ... Complex book.