Thread: good C++ BOOK?

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    2

    Question good C++ BOOK?

    I was wondering what a good C++ book is? I am familiar with Python, and want a book that is good for beginners, and has a big reference.

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    try a search. and search for c++ books, good c++ books, recommended books, etc. you'll find plenty of threads.

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Ivor Horton's Beginning C++

    It has problems at the end of every chapter with model answers, which is rare for a computer book. It's pretty long though at 900 pages, but it explains everything extremely well, and it's a great reference book. If you want something very cursory, I've heard some people recommend the Sam's Learn C++ in 21 days.

    I think the best thing to do is to go to Amazon and read some reviews, then pick out several that seem promising. Then, go to a bookstore and look at the books and read a section of each book you're considering, and choose whichever one appeals to you.
    Last edited by 7stud; 04-11-2003 at 11:30 PM.

  4. #4
    Registered User
    Join Date
    Mar 2002
    Posts
    249
    Check this out. Type "C++" in the search box.

  5. #5
    Geo Geo Geo-Fry
    Join Date
    Feb 2003
    Posts
    116
    Check this out. Type "C++" in the search box.
    wow, thats a nice site, you can have the benifets of a book (in my experiance, higher quality than online tutorials) and the benifets of a site: free, and easy to use
    thanks for that link, funkeydude
    "You can lead a man to Congress, but you can't make him think."
    "The Grand Old Duke of York
    -He had ten thousand men.
    -His case comes up next week."
    "Roses are red, violets are blue, I'm schizophrenic, and so am I."
    "A computer once beat me at chess, but it was no match for me at kick boxing."
    "More and more of our imports are coming from overseas."
    --George W. Bush
    "If it weren't for electricity, we'd all be wacthing TV by candlelight."
    --George W. Bush

  6. #6
    Registered User
    Join Date
    Apr 2003
    Posts
    2

    thanks anyway

    I got the Sams Teach Yourself C++ in 21 Days, and then I think I am going to get a full c++ source book

  7. #7
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262
    The book I use is, Starting Out With C++ Alternate (Second Edition), it's by Tony Gaddis. Very nice text, I got it from a college proffesor (I'm not in college, I just do a correspondence course with him).

    As it says, it is an alternate, it's... different, they teach you about classes very soon, they get right into OOP, I like the style.

    I never had a good time with those, Learn [insert something here] in 21 Days, just my opinion though.
    Here is a link to the Gaddis book.
    If you ever need a hug, just ask.

  8. #8
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    "I never had a good time with those, Learn [insert something here] in 21 Days, just my opinion though."

    I bought "Sam's Teach Yourself C++ in 21 Days" and after about chapter 8, I was so sick of seeing code in the examples that was never explained anywhere, that I threw the book away and got Ivor Horton's Beginning C++, which explains every line of code in every example program.

    Also, why would anyone buy Sam's Teach Yourself C++ in 21 Days when they can get the Teach Yourself C++ in 10 Minutes version? Personally, I'd rather spend ten minutes learning C++, and go on vacation for the other three weeks.
    Last edited by 7stud; 04-13-2003 at 02:44 AM.

  9. #9
    Registered User Machewy's Avatar
    Join Date
    Apr 2003
    Posts
    42
    LOL
    Hey guys,
    You can just download or read 'Sams Teach Yourself C++ in 21 Days' at:
    Here
    "All things come to an end"

  10. #10

  11. #11
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138

  12. #12
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262

    Cool

    Originally posted by Machewy
    LOL
    Hey guys,
    You can just download or read 'Sams Teach Yourself C++ in 21 Days' at:
    Here
    Do you know where I can get more sites like this?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is this book <JAVA in a netshell> good for C++ programmers?
    By meili100 in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-28-2008, 02:28 AM
  2. A good C++ Reference book
    By tiachopvutru in forum C++ Programming
    Replies: 5
    Last Post: 05-13-2008, 04:47 PM
  3. Good vectors/planes book
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 11-19-2005, 02:43 PM
  4. Lookinf for a good NON beginner book
    By Unregistered in forum C Programming
    Replies: 5
    Last Post: 08-30-2002, 07:17 PM