The C++ Programming Language: Third Edition + any books in C++ by B. Stroustrup
by Bjarne Stroustrup C++ Coding Standards
by Herb Sutter and Andrei Alexandrescu
for templates
C++ Templates: The Complete Guide
by David Vandevoorde, Nicolai M. Josuttis Generic Programming and the STL: Using and Extending the C++ Standard Template Library
by Matthew H. Austern
for libraries
C++ in a Nutshell: A Language & Library Reference
by Ray Lischner The C++ Standard Library: A Tutorial and Reference
by Nicolai M. Josuttis
How about C++ books for embedded programming? any suggestions?
Thanks.
deitel & deitel are authors of a Java programming language book right?
so is it good to read that book? I mean C++ is a different programming language compared to Java, so are you 100% sure that it is pure C++ (examples and some concepts) only? excluding the fact that some concepts of Java came from C++ and vice versa.
EDIT: I think I asked a nonsense question. Reviewers exist because of that. XD
Hey thats where I got started on programming...It's ok for a complete novice, but I out grew it in about a week. It's what I'm using to teach my 10 year old brother the basics of c++ programming
what about
Thinking in C++: Introduction to Standard C++, Volume One (2nd Edition) (Vol 1)
Bruce Eckel
Microsoft Visual C++
windows applications by example
stefan bjornander
I hated this book, they cut too much out of it to make less pages. It leaves you hanging so you have to guess how to use the MFC wizard, this book is good if you already know how to use the MFC and just want to code in examples, but actually learning the MFC from the material is hopeless.