Results 1 to 10 of 10

Thread: Good book on C++?

  1. #1
    Join Date
    Aug 2011
    Location
    47°9′S 126°43W
    Beans
    2,172
    Distro
    Ubuntu 16.04 Xenial Xerus

    Good book on C++?

    Looking for a good book on C++, usable by two different people:

    Me, who did a lot of C++ programming 10 years ago: more like a memory refresh and reference.
    My son, who knows some C, so some introduction on OO would be nice.

    I used to have an early edition of the Stroustrup, but can't find it and it could be a bit outdated by now.

    Any recommendations?

  2. #2
    Join Date
    Jul 2005
    Beans
    740
    Distro
    Ubuntu 12.04 Precise Pangolin

  3. #3
    Join Date
    Jul 2013
    Beans
    9

    Re: Good book on C++?

    You can try going to your local library, they probably have several C++ books. I would just try skimming through a few to see if any seems like the right book for my level and needs.

    I learned C++ almost entirely from books in my college library, although I had to read more than one book as all of them would explain some concepts well and others not so well.

  4. #4
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Good book on C++?

    Quote Originally Posted by pt123 View Post
    Here is a thread from stackoverflow

    http://stackoverflow.com/questions/3...guide-and-list
    3082 upvotes!

  5. #5
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: Good book on C++?

    Quote Originally Posted by vasa1 View Post
    3082 upvotes!
    *3085, and counting.

    Programming: principles and practice using C++ was what I learned from, although I freely admit I'm terrible at C++. linky

  6. #6
    Join Date
    Aug 2011
    Location
    47°9′S 126°43W
    Beans
    2,172
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Good book on C++?

    Quote Originally Posted by pt123 View Post
    Here is a thread from stackoverflow

    http://stackoverflow.com/questions/3...guide-and-list
    OK, no need to go further Thx

  7. #7
    Join Date
    Aug 2013
    Beans
    5

    Re: Good book on C++?

    Read the standard and a book from the creators.

  8. #8
    Join Date
    Jul 2013
    Beans
    190

    Re: Good book on C++?

    For my purpose i found Numerical Recipes: The Art of Scientific Computing a good book

    http://www.amazon.co.uk/Numerical-Re...218236-7024923

  9. #9
    Join Date
    Apr 2013
    Location
    43.49°N 7.46°E
    Beans
    117
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Good book on C++?

    I've bought this book for learning C++: The C++ Programming Language, 4th Edition.

  10. #10
    Join Date
    Aug 2011
    Location
    47°9′S 126°43W
    Beans
    2,172
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Good book on C++?

    Quote Originally Posted by ubuntpetbe2 View Post
    Read the standard and a book from the creators.
    I read the original Ada reference manual (ANSI/MIL-STD 1815A, I still have it) in the early 80s. That was a very good bedtime reading...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •