New to C++

Hello im new to C++ and i am looking for different tutorials but most of them you have to pay, im still in high school so i cant really pay for the online classes.

It would really help if you guys can link tutorials that helped you or are really helpful.

Ok so as far as a tutorial that says “Hey this is how you program C++ from beginning to end” I don’t think there really is one out there. A good website to look threw though is www.cplusplus.com this isn’t unreal specific but covers a bunch of information on C++. A few guides to get you started. First focus on the basic syntax and understanding how to use control statements such as if/else for loops while loops and switch/case statements. Once you’ve got that, then you want to look in how to create classes, then you can move on to things like inheritance, polymorphism, pointers, references, using external libraries such as Boost or in the case of UE4 unreal’s libraries. There is a lot to know, and if you have a more specific question there are plenty of tutorials around or just searching message boards. I’m in college for this stuff now and I’ll be honest 90% of what I’ve learned has been from google, not my textbook or teacher.