I find C++ to be an easy language if you've got the right material. I, for one, am using Brian Overland's
C++ Without Fear. It's probably the most basic and gentle introduction to the language. It teaches you more of the basic PROGRAMMING concepts, instead of getting into C++ specific language features.
Next, you could go for Bruce Eckel's
Thinking in C++, which has two volumes, teaches you many advanced concepts, and probably the best of all, it's FREE
And of course, Bjarne Stroustrup's
The C++ Programming Language.
But if you want to see results fast, I'd say web programming is the best fit. You'll spend some time (the more the better) on HTML/XHTML and CSS, which are not programming languages, but you'll get to JavaScript, PHP and SQL, which will give you a gentle introduction to programming.
The main advantage is that you will see how your web pages evolve from plain HTML, to fancy CSS and AJAX effects, to your own server-side scripts.
I've also heard on other boards that your book has many wrong lines of codes and so on.