What places are the best to learn / get a better understanding of C++?

As the title suggests, can any of you kind fellows link me to great sources?
Thanks! :slight_smile:

The C++ Programming Language
Book by Bjarne Stroustrup

I’ll check that out, thanks!

Another good resource for this is Bruce Eckel’s Thinking in C++ http://mindview.net/Books/TICPP/ThinkingInCPP2e.html. It’s free as well, although can be quite complex for a beginner.