There are a couple of websites I would recommend for learning C++, both free.
The tutorial here at CPlusPlus:
http://www.cplusplus.com/doc/tutorial/
It is a bit out-dated.
Another tutorial that is updated, Learn C++:
https://www.learncpp.com/
Both are English language, if that matters to you.
The best advice I can give is keep coding, learn from any mistakes you make, try to solve any problem by doing research first doing 'net searches and above all else ask questions.
Show you made an effort to do the work yourself, and most people here will be eager to help.
The SSCCE Rule works.
http://www.sscce.org/
Also, realize when asking "how do I do
this?" you will get 20 different answers from 8 different people. :)
Put on your asbestos undergarments if a
The One True Way To Code flame war breaks out.