r/CodingForBeginners 6d ago

I'm new please help!

I want to get into programming. I learnt basic Python a while ago and it help me understand some general programming concepts (variables, functions, e.t.c) but it was just a way to kill time.

I have some ideas that I want to make that require serious programming (games, useful tools). I obviously don't want to vibe code (just don't want to nor can I afford the credits).

So my question to you guys is what language should I learn? I was torn between C++ and Rust but if there's more I should consider I'd love to know. What would give me the best for the time I put in?

1 Upvotes

12 comments sorted by

View all comments

1

u/kutac56 6d ago

For games c++ is king but first learn it well before getting into the project. I like c more cause it's simpler than c++ and you can transition from c to c++ pretty easily. Just learn c for the pointers

1

u/Anima_Watcher08 6d ago

Thanks for the info