So ive done quite some C++ tutorials, and i am familiar with plenty features(also did some practice with SDL). But, while i continue to work on SDL i dont know which book to read to become more familiar with everything C++(preferably a book written after C++11).
I have 3 options but im looking for anything that could give me a really good grip on C++:
IMO, if you have the basics of the language down you're better off starting a real project. You'll learn way more useful information and strategies, and it'll actually stick.
Yes, you don't want to be learning from the people that have already made the mistakes you want to make them yourself. :-)
Seriously, practice is important but so is guidance.
_________
The C++ Programming Language, 4th Edition
The C++ Standard Library: A Tutorial and Reference by Nicolai M. Josuttis
C++ Templates: The Complete Guide by David Vandevoorde, Nicolai M. Josuttis