Suggest Some Books for C++ Learning?

I have been learning C++ from the book: Beginning C++ Game Programming. I finished the book and know everything the book teaches but I don’t know where to go from here. I have a few more books on C++. I would like to learn the C++ language completely. Please suggest some books suitable for my level of knowledge. I am thinking about reading the book: C++ the complete reference (Herbert Scheldt). Thanks!!!

I would suggest following the tutorials on this website: http://www.cprogramming.com/

Which is the defacto C++ and C home. You can even get an ebook for free. I don’t know how you’ve missed that though.

I think C++ Primer would be good for starting up. Than you can use Stroustrup’s book which contains good examples.

Stackoverflow is one of the best tutorials about C++ programming.