@nowifeorgf Personally, I’ve been translating my C skills into C++. For example, if I know how to write something in C, I try to figure out how to do the same thing in C++. To learn that, I mostly just looked things up through Google, GPT, and videos.
I’ve only covered the basics so far, like syntax and similar fundamentals, so I can’t really recommend much yet. You’d probably get better advice from someone with more experience.
I chose C++ mainly because it’s used a lot in systems programming and areas closer to operating systems, and that’s the direction I’d eventually like to move toward. What are you interested in making — games, websites, apps, or something else?