Hello.
if you are from the background of C then it would not be difficult for you to learn C++.
its my Thought... some tips which I followed while Learning C++
Choose a Good Book To learn from.
Choose a good youtube source to learn from like I would suggest you to learn C++ from Mysirg Platform. The Tutorials are In Hindi and that’s make the entire tutorials great. The mentor is Sir Saurabh Shukla and I can bet you that he is a great Teacher.
Don’t learn all Topic at Once , Learn One topic and Practice it until you feel great about it. Search the questions about that topic understand and solve them . An important part of programming is not only reading about the different concepts, but using them in your own code. Copy-pasting the code into your IDE will only go so far. It is much more beneficial to type out each example and even try creating your own program ideas that use the concept being taught to maximize the amount of information retained.
Choose a good IDE like Code::blocks, Eclipse or VScode .
Now that you have learned about C++, you should start helping other newbies online with their problems and get them started on the same journey you had!
TIP: There's a great app called SoloLearn that I used to learn programming languages such as C++.
Keep learning and Helping