Best Book For C++

Before you give me that stackoverflow Definite Books Link

Ive tried all of them

Accelrated C++ -- Way to complicated for a absolute begginer and goes at a fast paste
Thinking in C== -- Its all squashed together and hard to navigate etc.. and requires knoledge of C
C++ primer 5th edition -- Great book but sales item class dosent work for me when i use it wiv a point in C++ 11 and it says could not find sale item.h -- i did i ryt
Bjarne one isnt good as well i dont lyk it

any good recomendation would be apprescited
Accelerated C++
Thinking in C++
C++ Primer 5th Ed
The C++ Programming Language
Programming Principles and Practices Using C++

Depends on what you mean by beginner. Principles and Practices is for a beginner who has never programmed a day in their life and uses C++ to teach them. The rest are for basically experienced programmers who are learning C++ for the first time.
Alright but dose the bjarne book programming princples teach OOP concepts
From what I remember all those books teach OOP concepts including that book. You can't really learn C++ classes without the book starting to touch on OOP, but C++ Primer should have an entire section dedicated to OOP. Had to check, Chapter 15 should cover OOP in C++ Primer.
Last edited on
on programming principle i can find the concepts on OOP on the first page where it shows all the stuff dats in da book im i miss looking it

and thx so much
You're welcome. Glad I could help.
where are the OOP concepts in the book on the contents cus i cant find them
You can't really learn OOP in a language without learning the OOP concepts.

http://www.tutorialspoint.com/cplusplus/cpp_object_oriented.htm
The boo teaches matrices i can't do dat cus I'm only 13 should I skip it
If you haven't already, go through the tutorial on this site. http://www.cplusplus.com/doc/tutorial/

Outside of that there is nothing more I can recommend if you can't understand the above books as they are considered some of the best books.
closed account (z05DSL3A)
If you want a book on Object Orientated Programming concepts, don't expect a book on a specific language to given them to you, look to something like:

The Object-Oriented Thought Process by Matt Weisfeld.
http://www.amazon.co.uk/Object-Oriented-Thought-Process-Developers-Library-ebook/dp/B00BP83RMO/ref=sr_1_4?s=books&ie=UTF8&qid=1401108014&sr=1-4&keywords=object+oriented+programming

Topic archived. No new replies allowed.