May I suggest Accelerated C++?
Why?
Unlike other books mentioned, this book walks you through a complete application (not to mention 4.5 Amazon rating from 91 reviewers!). I know how you feel wasting time reading books that just cover the basics. We experienced programmers just want to see how it's done in other languages, not learning the basics that exist in all languages. To top it off, this book uses C++ like how it's supposed to be used: with STL and other modern facilities. Coming from C background, you will find STL helps you become more productive.
Additionally, one benefit you will get from learning C++ is that you will be exposed to Object-oriented (OO) paradigm. Based on my personal experience, the most satisfying thing about moving from C to C++ is the numerous "aha!" moments of how OO has helped make my code more organized and readable.
I think for you to get the most out of this book is to look at the application being built in this book, and think about how you would implement it using C. (Heck, if you have a lot of time, do implement it in C). Then, read the book, and see how the authors solved it in C++. I think this will engage you much more than simply reading the book.
Regardless of whichever book(s) you decide to pick, good luck and have fun!