Books for c++?

I'm working towards being an expert in c++, and It would be really nice if there was a c++ book that when I was done looking at and practising all of the concepts in it, I would confidently be able to call myself a c++ expert.

Any suggestions?
(I'm fine with multiple books, but preferably one or two)

Thanks!
Mandatory picture: http://computerscienceforall.ru/wp-content/uploads/2014/05/Learn+C+++in+21+days_7ee339_3181601.jpg

There is no single book which will teach you how to be expert in C++ (or any other programming language). The best a single book can do is to push you to the intermediate level. Then you will have to study different sides of programming more deeply. Each has one or even more books devoted to particular topic you have to read to fully understand it.

For good C++ book list go here: http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
Registered users can post here. Sign in or register to post.