resource to learn c++

I want to learn c++ language .
I want to know about the STL of c++.
Please give me some good resource links.

Hey @parth191,

There are many good resources on the internet, personally, I really like the hacker-rank tutorials for learning C++ and Stl. They are really good as they also provide practice question where we can practice as well after understanding the concepts thoroughly.

Hackerrank - STL

Hope this helps!

https://www.hackerearth.com/practice/notes/standard-template-library/ best place from where one should learn stl…

http://www.cplusplus.com/doc/tutorial/
you can learn more about c++ functions