I agree. The only thing im having trouble understanding so far, is for example the polymorphism, overloading & inheritence bits, which is as i understand are some of the major powercenters of c++.
(But im reading through it :)
However, the standard C language is still there underneath it all, so that part is pretty much the same as before (or at least similar). I can start with that, using simple syntax with simple types, classes and structs and go from there.
Does C++ and Beginner belong in the same sentence
well yeah, everyone was a beginner once :) If you mean beginner to programming in general then mabe not, no idea how a total programming noob would find it.
Personally, im finding it fairly intuitive so far because of my experience in other languages.
In the past ive heavily used mainly Pascal for hobby/games, a fair bit of C & ADA at college and of course more recently BMax (which has taught me to think more OO), so im picking it up quicker than i would if i had only ever used for example basic or b3d.