how do i find complete explanation of resources for c++

I am doing these beginer exercises, but when i need something and i read these sites, but even i read completely all sites required there is not enough information.
http://www.cplusplus.com/forum/articles/12974/
Than i google something and it find usually something which is similar, or used in other way on stack.owerflow
Or only references for advanaced programmers, where i don't understand single word.
Only problem is how to google stuff, which i have no idea, because i have no experience. And it is annoying as hell i am 99% basically searching for something.
For example i need multidimensional array, but than i need 2 datatypes, so i find pair, but i don't know how to use it in combination and it relies on some specific thing, which won't be listed there, because on 1 site, can't be all infomation about c++ programing.
I need basically tutorial from start, which is best resource thanks!

learncpp.com - I recommend it until the day I die
Okay i will try it, i find couple sites and never found this one. So far i read it looks good for beginners, hope it will be good.
Last edited on
The tutorial here at cplusplus is sadly outdated, it hasn't been updated in years.

Learn C++ gets updated frequently.
how do i find complete explanation of resources for c++

One very good resource would be https://en.cppreference.com/w/

It is set up to be a technical reference, not a tutorial.
I am doing these beginer exercises, but when i need something ...
What is your reason to use C++? Why not something else?
Follow the instructions on the ISO C++ Foundation's site:
https://isocpp.org/wiki/faq/how-to-learn-cpp#start-learning
Last edited on
Topic archived. No new replies allowed.