I started off with "C++: A Beginner's Guide" by Herbert Schildt. Now I've learnt that the general consensus is that Schildt teaches bad practices.
I've looked up a few books, but nothing is better than a recommendation from an actual person.
What I'd like to know is, what C++ beginner's book would you recommend? If it's any help, I'm really looking for one that teaches me everything that I need to know with some in-depth explanation, and if it's easy to understand then all the better.
how do u all know if there is bad practices ?
@TS maybe u want to have a look @ beginning c++ through game progamming? i am currently @ chapt 3 of that book and it is very undertandablee. it does include q
uestion and answer section @ the end of every chapter n excercises
"The C++ Programming Language" is excellent, but not suitable for someone new to programming.
However, "Programming: Principles and Practice using C++" (also by Bjarne Stroustrup) is targeted at beginners. Besides that, the C++ Primer should be the book of choice (the 4th edition and if you can wait, you can buy the 5th edition in August).