Best C++ book

Feb 28, 2015 at 3:11pm
Hi

I am currently an IT student and I want to start c++ any suggestions of C++ books I can use. That has good exercises as well.

Enjoy the rest of your day.
Feb 28, 2015 at 3:18pm
Any, or all, of these:

Programming: Principles and Practice Using C++ (2nd edition) - Stroustrup
http://www.amazon.com/Programming-Principles-Practice-Using-Edition/dp/0321992784

C++ Primer (5th edition) - Lippman, Lajoie, Moo
http://www.amazon.com/Primer-5th-Edition-Stanley-Lippman/dp/0321714113

Accelerated C++ - Koenig, Moo
http://www.amazon.com/dp/020170353X
Feb 28, 2015 at 3:20pm
I am using "Jumping into C++" by Alex Allain. Seems very fine to me till now.I have also seen many others recommend this book. Everything is explained in way that can be understand by a newbie to programming.(i am one of those). You should find it fine. Hope this helps.
Last edited on Feb 28, 2015 at 3:20pm
Feb 28, 2015 at 3:51pm
Thank you JLBorges and koopey ill look into it.
Enjoy the rest of the day.
Feb 28, 2015 at 4:49pm
Hello Jakez. I own the book C++ Primer which JLBorges mentioned, albeit Fourth Edition. I have to admit though, if I didn't have a bit of previous programming experience, I wouldn't be able to use the book that well. So if you're going for the book (it is a pretty good one), make sure you have some previous experience. Also, here is a good resource for you:

http://stackoverflow.com/a/388282
Last edited on Feb 28, 2015 at 4:49pm
Feb 28, 2015 at 4:59pm
if you are completely new to C++:

Beginning C++ , by Ivor Horton
2014, pages 620
free pdf :
http://www.bookspedia.info/details/34298/beginning-c
Feb 28, 2015 at 5:03pm
I do have previous Programming experience with Java and C#.
Thanks for all the replies
Mar 4, 2015 at 8:59pm
I must add my favorite book here aswell. It is called Professional C++ and is written by Marc Gregoire who recieved Microsofts most valuble professional for his C++ knowledge.

It it so well written that it teaches you all the really powerfull and complex parts of C++ in an almost simple way. This book is the main reason that I went from knowing zero code to working as a System developer in 10 months without education :)

I write a little bit about it here:
http://www.bestbooksprogramming.com/best-cpp-books/

Good Luck!! :)
Topic archived. No new replies allowed.