Recommendations for an MSVC++ 2005 book

Discussion in 'Game Development General Discussion' started by Mark30001, Dec 22, 2006.

  1. Mark30001

    Mark30001 Guest

    Would anyone be able to recommend a good Microsoft Visual C++ 2005 book? I have the Visual C++ .NET Bible from years back, but seeing how it's 2 versions older than the current VC++ I really need to upgrade!

    Any help would be greatly appreciated!

    Cheers
     
  2. babu

    babu Mamihlapinatapai

    Joined:
    Apr 15, 2005
    Messages:
    2,945
    Likes Received:
    3
    well.. what exactly do you need it for? is it for learning how to use the program? for learning to program in .NET? or fore learning C++?

    generally I've stopped buying books as I feel I can find most stuff I need to know on the net or/and on msdn.
     
  3. Mark30001

    Mark30001 Guest

  4. Mark30001

    Mark30001 Guest

    I'm going to program and learn the entire language all over again (or at least try to).

    I'll basically start doing "Hello World" applications all over again.
     
  5. babu

    babu Mamihlapinatapai

    Joined:
    Apr 15, 2005
    Messages:
    2,945
    Likes Received:
    3
  6. mairsil

    mairsil Officer at Arms

    Joined:
    Apr 20, 2005
    Messages:
    3,425
    Likes Received:
    153
    Get one of the Deitel "ant" books (e.g. "C++ How to Program"). They aren't cheap, but they are some of the best books out there and are regularly used for introductory-intermediate programming courses at many colleges.
     
  7. klarth

    klarth Rapidly Rising Member

    Joined:
    Mar 22, 2006
    Messages:
    80
    Likes Received:
    0
    Id recommend grabbing one of the Deitel books. If I remember correctly, the Stroustrup book is a bit more advanced, and its more geared toward an in-depth look at using the STL libraries. You might want to give it a read later on, but youre better off starting with something more basic.
     
  8. Taucias

    Taucias Site Supporter 2014,2015

    Joined:
    Oct 11, 2005
    Messages:
    5,015
    Likes Received:
    17
    Ivor Horton's books are pretty good and will give you a proper grounding in C++ before taking you on to VS specifics. If you buy one of these you won't regret it and it will make for a great reference book (and possible weapon - it's VERY chunky!) I also have Visual C++.net 2003 (natch) Kickstart, by Kate Gregory - that's not bad either but more advanced.
     
    Last edited: Dec 28, 2006
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page