I haven't read one. I don't really plan on it either.
They kind of turn me off from coding. I want to read effective c++/accelerated c++, but I really haven't got the time. I'm using cprogramming.com && cplusplus.com's tutorials which are pretty nice.
I'd recommend trying one, I started with Beginning C++ Game Programming, it's essentially just a C++ beginners book disguised as game coding.
I noticed that I improved and learnt at a
much faster rate after swapping to books compared to doing online tutorials. At the very least it's easier than alt-tabbing to compare your code with the examples.
But at least you've already found cplusplus.com, I think it's the best online reference available. Keep it handy when dealing with the STL.