Thread: Visual C++ Books

  1. #1
    Unregistered
    Guest

    Visual C++ Books

    I'm relatively new to C/C++, though I've been programming in a variety of other languages for a couple of years now and I learn rather quickly.

    Can anyone recommend a good Visual C++ book for me?
    Should I even bother with Visual C++ yet?

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Programming windows by charles petzold for win32 api

    programming windows with mfc by jeff prosise for mfc programming.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335
    I've been reading "C Primer Plus" by The Waite Group and it's great. They have a book for C++ (my schools C++ class uses it as the text). Around $35 I believe.

    -Fool

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    12

    Talking

    i use the c++ how to program book 3rd edition

    by: deitel and deitel!!


    if you know of any others that are better than this book let me know the more i know the better....
    Im not the smartest but i try

  5. #5
    Anti-Terrorist
    Join Date
    Aug 2001
    Location
    mming, Game DevelopmentCSR >€&<>&2Minimization of boolean functions, PROM,PLA design >‚&0>ƒ&WA, USA guitar, dogsCommercial Aviation >„&>>…&USAProgramming
    Posts
    742
    You shouldn't bother with Visual C unless you already know the C/C++ langauge (IEC/ISO definition). Not only that, but since you have VC++6.0, when you upgrade to VS.NET you will likely want to use the .NET Framework Class Library. If you have Win2k OS and VS.NET Beta 2 than it would be worthwhile to work through the SDK. There is not much literature out there yet but understanding the .NET architecture takes some time.

    As far as straight C++ books are concerned go for:
    C++ Primer 3rd edition by Lippman and Lajoie
    C++ Primer Answer book by Tondo and Leung
    The C++ Programming Language by Bjorne Stroustrup (He created the C++ language)
    The C++ Standard Library A Tutorial And Reference by Josuttus
    If you have trouble with these (all comprehensive) texts than work on a C textbook. Ther eare hundreds of them, for example the previously mentioned 'C Primer Plus'.
    I compile code with:
    Visual Studio.NET beta2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM