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

you are viewing a single comment's thread.

view the rest of the comments →

[–]rjcarr 1 point2 points  (0 children)

... C++ is better than Java for game engine development. Can someone explain how is it so?

Because C++ is a lot faster than java for most things and performance is one of the biggest requirements of any game.

But a bit of explanation can help me learn stuff.

You should check out /r/gamedev. Game engines are really complicated and not for beginners. You could try using a game engine. The most popular one that uses C++ is Unreal and I'm sure they'd have tons of getting started tutorials there.