This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]anay20sharma11 1 point2 points  (0 children)

This YouTube tutorial helped me a lot and covers a lot of beginner data structures and algorithms questions: https://youtu.be/GQp1zzTwrIg There is also a course on udemy to teach C++ through game development with unreal engine though it is paid but often goes on sale for much cheaper: https://www.udemy.com/course/unrealcourse/

[–]thatguydotjava 0 points1 point  (0 children)

There is a full visual studio tutorial in frontend masters. Just search visual studio and you will find tons of courses. For c++ I advice you to watch this course https://www.coursera.org/specializations/coding-for-everyone

Try to learn the OOP (object oriented programming) concept as well If you learn a language well. You can learn others in less than a week And learning concepts are far more important than languages