I'm sure it is a technically correct book as it has had nothing but positive reviews from c++ experts. However, I personally didn't like it. In particular I hated the "student grading problem" that is used to illustrate points from the first chapter onwards.
I prefer C++ Primer which explains things in greater detail for the beginner. Again, personally I think C++ Primer is much better as it covers C++11.
Ok ill think ill read C++ through game programming first so i dont get lost in primer then ill read primer but i have 2 big problems with it
1. its way too long 1400 is it worth the time to read C++ primer
2. in the nested if statement with while loops there was a error and didnt give the right results even when i copied and paste it it was mean to be like this for eg
11112223333
the program should printed out five ones two threes four threes