Click to See Complete Forum and Search --> : books on C++
Tensai
04-13-2001, 10:13 PM
I have a friend who needs to learn C++, from a book. He's completely new to it, and it's safe to say he knows literally zilch. Can someone recommend a good book for him to start with?
thanks,
------------------
Newbie Linux user . . . happy as pig in mud!!!
namgor
04-14-2001, 12:01 AM
Dont buy those for dummies, but get any C++ book they used to start from the basic. Get those with STL, and with a C++ working edition would be nice too.
------------------
I am crab, scoins is crap.
[This message has been edited by namgor (edited April 14, 2001).]
gammaray51
04-14-2001, 01:30 AM
I would recomend the ditel and ditel C++ book. I used it in school and it was a pretty good book.
richardginn
04-14-2001, 10:23 AM
Originally posted by gammaray51:
I would recomend the ditel and ditel C++ book. I used it in school and it was a pretty good book.
I loved that book too.
------------------
www.geocities.com/richardginn/templatehtml (http://www.geocities.com/richardginn/templatehtml) -Come visit the Template HTML homepage
Tensai
04-14-2001, 08:21 PM
Originally posted by gammaray51:
I would recomend the ditel and ditel C++ book. I used it in school and it was a pretty good book.
Sorry, I'm not a programmer myself either. Is Ditel the author? And this book would suffice as a learn C++ by yourself book for beginner?
------------------
Newbie Linux user . . . happy as pig in mud!!!
gammaray51
04-14-2001, 09:19 PM
yes ditel is the author. The book does a rather good job of explaining concepts. It can get technical at times but nothing that extends the scope of a beginner programer.
For a raw beginner - these may not be the first choice but they are freely downloadable on the web. (pdf or html or doc) http://www.bruceeckel.com/ThinkingInCPP2e.html
Actually what I would recommend is the Schaums outline - and work through it.
[This message has been edited by IMM (edited April 15, 2001).]
Tensai
04-15-2001, 06:43 AM
thanks for all the quick replies!!
------------------
Newbie Linux user . . . happy as pig in mud!!!
UCYoda
04-20-2001, 05:25 PM
Originally posted by Tensai:
thanks for all the quick replies!!
I'd recommend "How to Program C++" from O'Reilly Press. EXCELLENT book for beginners, though I agree with everyone else about Deitel and Deitel.
------------------
Duct tape is like the Force. It has a light side, a dark side, and it holds the universe together...
gammaray51
04-20-2001, 08:01 PM
O'Reilly books are pretty good stuff. I usually choose their books over any other when I am starting out something new.