Is this a good book?

I was wondering if this was a good book to learn C++ from.

-AL Stevens C++ Programming 7th Edition.



No. It was dreadful when it was published (2003); it is both dreadful and obsolete in 2015.

Consider learning from one (or more) 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 (pre C++11)
http://www.amazon.com/dp/020170353X
Right, thank you :)
Topic archived. No new replies allowed.