Thread: Good books for learning WIN32 API

  1. #1
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434

    Good books for learning WIN32 API

    Hi guys, i have been interested in learning windows programming for a while now. I just havent gotten around to getting a good book. I was supposed to get a book relating to C++ encryption and programming for Xmas but for some reason its no longer available so now i can get another book and was hoping someone could give me some good suggestions. I have (what i feel) a good understanding of C++ as far as console apps go but have only done a couple online tuts for Windows programming. So a beginner book would suit me well . Thanks for any suggestions you guys can offer, i appreciate it!

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    203
    Looking for the same myself. Maybe some of the experts on the boards could go to http://www.cprogramming.com/books/windows.html and add some recommendations

  3. #3
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268

  4. #4
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434
    Wow looks impressive! I might just go buy that one now on amazon! Thanks Bithub!

    EDIT: Ok just 2 questions:

    (1) I have read alot of reviews saying its outdated, but others that say its not, whats going on?

    (2) Do you think i will be able to handle it? I feel i have a decent (not too great but not bad either) knowledge of C++, couple that with the fact that its all in C (which i dont think makes too much of a difference because C++ and C are similar and were really programming Win32 API right? Just under C) and lastly the fact that im still young (but intelligent ) 16? Thanks
    Last edited by Junior89; 01-02-2006 at 10:16 PM.

  5. #5
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

  6. #6
    The N00b That Owns You!
    Join Date
    Jul 2005
    Location
    Canada!
    Posts
    178
    i must say, i didnt have a great knowledge of windows when i started windows programmong, starting windows OpenGL and DirectX got my programming skills tuned AKA learn as you go and ask questions thats what i did and still do

    im saying this after i learnt C# in two hours lol (i mainly use C++)
    New Function!!!!

    glAddIdol(C+noob);

    The feeling of rusty spoons against my salad fingers is almost ORGASMIC

  7. #7
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434
    Thanks for the reccommendation Bithub, i appreciate it im glad i chose that one. It arrived today and first let me just say its a BEHEMOTH, it weighs a good 5 pounds and is like over 1400 pages but i like the layout thus far. I am up to page 50 and learning alot. Thats one thing i LOVE about books and not Online Tuts, they do a much better job at explaining. I also like how he throughs history at you too. The only thing i dont like is the fact that he has geared it towards VC++ people. Im using DevC++ What can you do though? Its a microsoft book. I have only had one small problem thus far. On the first Window program i had to get rid of the PlaySound(whatever was in here) cause i didnt have the sound file, it came with the book on the CD i just didnt feel like getting it out, just felt like coding and then there was a function called GetStockObject() it was giving me a linker error on that one so i had to search through some of my online Tut Programs and replace it. But now its working fine Once again thanks for the reccommendation, im gonna get back to reading now

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Would anyone recommend good network security books?
    By donglee in forum Networking/Device Communication
    Replies: 1
    Last Post: 04-11-2009, 09:11 AM
  2. Any good books on multi-threading or programming for dual processors?
    By Christopher2222 in forum C++ Programming
    Replies: 5
    Last Post: 10-13-2008, 10:45 AM
  3. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM
  4. Is it foolish to program with Win32 API ?
    By Kelvin in forum Windows Programming
    Replies: 2
    Last Post: 07-09-2002, 02:03 PM
  5. Ulrador: Direct interface to Win32 API?
    By bluecoder in forum Windows Programming
    Replies: 1
    Last Post: 05-30-2002, 10:52 PM