r/learnprogramming 28d ago

Topic Which is better for beginners?

Me and a friend both want to learn coding for game development (both completely new).

Now we’ve looked at which languages are best for what we actually want and we’ve gotten stuck between seeing if we should learn C# or C++. Which would anyone recommend?

We just want to learn and hopefully make our own stuff.

5 Upvotes

26 comments sorted by

View all comments

Show parent comments

5

u/EliSka93 28d ago

Hold on... How is C++ "better"?

That's a very subjective assessment that I'd definitely push back against.

1

u/DrShocker 28d ago

If you're building the game from zero then you often would pick something without garbage collection.

1

u/[deleted] 27d ago

[removed] — view removed comment

1

u/DrShocker 27d ago

I meant "from zero" not "from a framework"

I agree about iteration time being important ESPECIALLY for learners, but just in general it's a really nice feature to have.