Read the Exceptional C++ series (shorter, 'highlights' version is C++ Coding Standards), Modern C++ Design, and Andrei Alexandrescu's unpublished columns.
Gotta second this, after reading these books you'll have a completely different perspective on how to write code in C++. It's completely different than C.