Thread: Best Book To Buy

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    81

    Best Book To Buy

    Whats the best book to get on windows programming, I hers petzols book didn't compile good with windows 98 and thats what i have so any suggestions on the best book i should get, i want something that will show me the controlls and how to use stuff. I also hear about Win32 programming but heard that was advanced, what you you guys suggest

  2. #2
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    I have petzolds book, it's ok, i haven't compiled anything so i wouldn't know about that. I recommend a book called game programming for windows (something along those lines) it goes into detail on how to make windows programs, then goes into depth on making games after thats covered. Surprised me on how great a resource it really was. good luck
    PHP and XML
    Let's talk about SAX

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Win32 is the Windows API. If you program for Windows, you are using Win32, (it may be wrapped up in a class library, but it's still underneath everything).

    Petzolds is fine, I don't know why there is a doubt about 98, one of my systems has 95 on it! Herbert Schildt is also worth looking at, his books are more or less compiler neutral - he often gives MS and Borland examples where they are different.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    For Win32 API: Programming Windows, The Definitive Guide to the Win32 API by Charles Petzold

    For MFC: Programming Windows With MFC by Jeff Prosise

    Kuphryn

  5. #5
    Registered User
    Join Date
    Jun 2002
    Posts
    1

    Smile Good low-cost book

    I just yesterday picked up a nice book with lots of win32 api info in it. It is called 'Windows 98 Programming from the ground up' by Herbert Schildt ... I got it in the bargain bin at CompUSA for 14.95
    The source code in the book is online at www.osborne.com .. http://www.osborne.com/downloads/0078823064_code.zip go and look at the source code and that will show you what sort of stuff is covered. Maybe a CompUSA near you has the same book on sale :-)

  6. #6
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> For MFC: Programming Windows With MFC by Jeff Prosise

    True, but I think this book assumes a "non beginner" audience. I think it would frighten a novice with C++.

    I would also, always, advocate learning the API before a class library such as MFC.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  7. #7
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    For a beginner:Introduction to MFC Programming With Visual C++ by Richard Jones.

    *highly recommended*

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. URGENT: Help wanted...in C
    By iamjimjohn in forum C Programming
    Replies: 16
    Last Post: 05-18-2007, 05:46 AM
  2. C++ Templates book discussion
    By manutd in forum C++ Programming
    Replies: 38
    Last Post: 01-18-2007, 03:56 PM
  3. Please Help!!!!!
    By princssashes in forum C# Programming
    Replies: 2
    Last Post: 04-05-2006, 08:18 AM
  4. I"m selling a book...
    By St0rmTroop3er in forum Game Programming
    Replies: 2
    Last Post: 12-13-2003, 01:55 PM
  5. What book to buy?
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 09-08-2001, 06:08 AM