CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2009
    Posts
    46

    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.

  2. #2
    Join Date
    Jun 2008
    Posts
    592

    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

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: Best book for learning Windows API step-by step?

    I ordered Petzold's book already
    You did a really right thing.
    but it seems old
    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

  4. #4
    Join Date
    Jul 2009
    Posts
    46

    Re: Best book for learning Windows API step-by step?

    Quote Originally Posted by Igor Vartanov View Post
    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.

  5. #5
    Join Date
    Jul 2009
    Posts
    46

    Re: Best book for learning Windows API step-by step?

    Quote Originally Posted by Joeman View Post
    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 how to use their apis. Use google. trying googling a win32 api and see what it returns.
    Thanks, I'll take a look.

  6. #6
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    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
  •  





Click Here to Expand Forum to Full Width

Featured