Is Unreal Engine a Good Way to Learn C++?

0
11
Asked By CreativeCactus42 On

I'm struggling with C++ on its own and finding it pretty unenjoyable. I've heard that Unreal Engine uses standard C++, and I'm really interested in becoming a game developer. I'm wondering if learning C++ through Unreal Engine would be a good approach, or if I should focus solely on C++ first.

5 Answers

Answered By PixelPioneer55 On

I think learning both at once could make things unnecessarily tough. It's better to build a solid foundation in C++ and then dive into Unreal. There are tons of tutorials out there that can help you with practical C++ projects, which will make the learning process a lot more fun!

Answered By GamerGuru90 On

It might not be the best idea to jump into Unreal and C++ at the same time. Unreal is pretty complex, so I'd recommend getting a solid grasp of C++ first. Focus on learning the basics before diving into game development frameworks.

Answered By CodeFrog82 On

If you're still really new to C++, skip Unreal for now. Focus on learning C++ with just a text editor and a compiler. Once you feel more confident in your C++ skills, then you can start exploring Unreal Engine without so much frustration.

Answered By CodeNinja77 On

Honestly, if you're still getting the hang of C++, trying to pick up Unreal as well could be overwhelming. It’s like trying to run before you can walk. Start with some simple projects in C++—you'll learn a lot more when you apply your knowledge to concrete tasks. Once you're comfortable, then consider Unreal Engine!

Answered By DevWhiz23 On

Unreal Engine uses its own variant of C++, so you'd be learning a little differently. There are courses like those from GameDevTV that can help you learn Unreal while getting into C++. Just know that it's going to require a lot of effort to juggle both.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.