Can I learn C++ from any Youtube tutorial? Will it work?
I like w3schools for practical c++: https://www.w3schools.com/cpp/default.asp
That page has example programs, exercises, and text explanations for whatever style learning you prefer.
Once you've studied a bit, it's probably a good idea to download an editor like Visual Studio Code and try recreating these programs yourself. Good luck!