6 Best Books for Learning C++

6 Best Books for Learning C++

This list is compiled by positive comments from faculties & programmers around the globe . If you know of any better better book , do post it as a comment .

The C++ Programming Language", 3rd Edition, by Bjarne Stroustrup
Quite hard for beginners , requires steep learning curve . Recommended by experienced programmers .
Assumes basic programming experience .

"C++ Primer", 3rd Edition, by Stanley Lippman and Josée Lajoie
Very Clear , Consice and assumes no experience . Good for beginners .

"C++ - How to Program", 2nd Edition, by H M Deitel and P J Deitel
This does not assume any programming experience in C

"Thinking in C++" by Bruce Eckel.
This book has very good recommendations . Includes some philosophy too .

"Teach Yourself C++ in 21 days" by Jesse Liberty
This book is criticized in newsgroups by many programmers though , it is good book . Read its detailed reviews by searching its name .

"Object Oriented Programming with C++" by Sourabh Sahay
This book is very easy to understand . All the concepts are explained in detailed .
Good for those who migrating from C to C++ .