CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: good c++ book

  1. #1
    Join Date
    Sep 2006
    Location
    Wantagh,NY
    Posts
    151

    good c++ book

    I am looking for a good C++ book to "reteach and refresh" my skills. I have been programming for many years but have not touched C++ in quite some time, probably close to 5 years. The last time I programmed in C++ was when C++ books discussed the idea of OOP at the end of the book. What I am looking for is a good book that I can use to reteach myself. Something that is not to basic but yet briefly touches these topics before discussing the "good stuff". The book should also introduce OOP at the beginning. I can tell you off the bat that I hate the "deitel" series and the Sams series, so those books are out of the question. Any other book suggestions would be appreciated.

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: good c++ book

    Try Accelerated C++ by Koenig and Moo.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  3. #3
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,754

    Re: good c++ book

    Quote Originally Posted by gammaman View Post
    I can tell you off the bat that I hate the "deitel" series and the Sams series, so those books are out of the question. Any other book suggestions would be appreciated.

    Ouch....

    Brad!
    (Author of Sams books.... )
    -----------------------------------------------
    Brad! Jones,
    Yowza Publishing
    LotsOfSoftware, LLC

    -----------------------------------------------

  4. #4
    Join Date
    Sep 2006
    Location
    Wantagh,NY
    Posts
    151

    Re: good c++ book

    Quote Originally Posted by Brad Jones View Post
    Ouch....

    Brad!
    (Author of Sams books.... )

    Well the main reason why I hate their series is because every book, no matter what the language uses that stupid grade book example. All the authors do is expand upon this same example as they explain new topics. If you ask me, this is a very poor way to learn something.

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