|
-
July 31st, 2010, 11:25 PM
#1
Best book for learning Windows API step-by step?
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.
-
August 1st, 2010, 12:55 AM
#2
Re: Best book for learning Windows API step-by step?
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.
Last edited by Joeman; August 1st, 2010 at 01:59 PM.
0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000 0000 0000 0000 0000
-
August 1st, 2010, 03:30 AM
#3
Re: Best book for learning Windows API step-by step?
I ordered Petzold's book already
You did a really right thing.
No surprise, the Win API is even older, and it seems very little changed in it for all these years.
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.
Last edited by Igor Vartanov; August 1st, 2010 at 03:37 AM.
Best regards,
Igor
-
August 1st, 2010, 08:53 AM
#4
Re: Best book for learning Windows API step-by step?
 Originally Posted by Igor Vartanov
You did a really right thing.
No surprise, the Win API is even older, and it seems very little changed in it for all these years.
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.
I've got "Windows via C/C++" by Richter. Holy ****! Complex book. I did learn a bunch from it, but it's a bit advanced for what I'm looking for now.
-
August 1st, 2010, 08:53 AM
#5
Re: Best book for learning Windows API step-by step?
 Originally Posted by Joeman
Thanks, I'll take a look.
-
August 1st, 2010, 12:29 PM
#6
Re: Best book for learning Windows API step-by step?
I've got "Windows via C/C++" by Richter. ... Complex book.
Well, as for me it's basic enough. And with these two you've chosen the right direction.
Best regards,
Igor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|