Beginning

Hi there, was just wondering if anyone can refer me to a GOOD book on beginning with C ++??

I am 16 and I understand the C ++ syntax but I don't lnow when to use what and I'm eager to learn.

Thanks
Freddie
C++ Primer, The C++ Programming Language and Beginning Visual C++ 2008 are all books I like :-)
closed account (zb0S216C)
You can browse the tutorial on this website[1]. As for a book, I personally recommend the Programming Principles and Practice Using C++ by Bjarne Stroustrup.

References:
[1]http://www.cplusplus.com/doc/tutorial/


Wazzak
Last edited on
Thank you...
I have got: C++ For Dummies 6th Edition. By: Stephen Davis.

It's a very good book. taught me ground upwards. very fast. First few chapters kinda thinks your a dumb-ass. but nonetheless VERY GOOD BOOK!

Im 16 too and i think i read this book and i must say i am a bit of a wiz at C++ now!

Good Luck!
No, definitely don't go for For Dummies books. They assume you're a dumb-ass, and this is a bad thing. They're written for dummies, so they leave out lots of content. The books are short, not very detailed and leave out a lot of content. I hate to judge a book by its cover, but if you want a book to give you a strong foundation in the language you'll want it to be around 1000 pages and written by a respect author.
closed account (zb0S216C)
ascii wrote:
They assume you're a dumb-ass, and this is a bad thing.

Essentially, isn't everybody a Dumbass when they first start a totally new subject?

Personally, I read the C++ For Dummies book and it definitely learnt me a thing or too; it gave quite a few analogies that helped me understand most concepts such as memory addressing. Additionally, the book was quite amusing.

Now though, I'm pretty much re-learning C++. I do agree that C++ For Dummies misses out some content, but it still teaches you the basics, which is essential.

Wazzak
I don't think that everyone is a dumb-ass when they start, I think everyone is ignorant. There's a difference between not knowing something (ignorant) and being capable of knowing something (dumb-ass). C++ For Dummies assumes your capable of very little, and thus leaves out content. Sure you will learn things from them, but you won't have nearly as extensive a knowledge of C++ after reading C++ for Dummies as opposed to Bjarne Stroustrup's The C++ Programming Language.

There are also books like The C++ Standard Template Library that are longer than C++ For Dummies and are focused entirely on one library as opposed to the entire language!
Last edited on
Topic archived. No new replies allowed.