Page 3 of 3

Re: Learning C++

Posted: 14 Nov 2020, 19:52
by FutureWorld
If I were to start learning new low level language now, I'd pick Rust.

Re: Learning C++

Posted: 16 Nov 2020, 12:46
by psi29a
I agree

Re: Learning C++

Posted: 16 Nov 2020, 18:37
by Mantar
Well, once you've learned one programming language, the next one gets easier.

Re: Learning C++

Posted: 17 Nov 2020, 00:15
by psi29a
Depends...
fts1ktv8l9t51.jpg

Re: Learning C++

Posted: 17 Nov 2020, 02:23
by AnyOldName3
Learning C# makes learning Java harder because suddenly you hate Java for being an objectively worse C# that makes you do extra typing and thinking for no good reason whatsoever.

Re: Learning C++

Posted: 20 Nov 2020, 12:34
by PerryHugh
I started with C++ and don't regret it at all. Though, that was back in 2012 and I was learning C++03, the language has changed dramatically since. Unsure which I'd recommend, either C++ or C, as a first language today. C++ is probably just as good a choice as it was for me back then.

Re: Learning C++

Posted: 23 Nov 2020, 22:05
by ArashiAganawa
Just to update everyone (since this thread seems to be active again) I'm almost done with my coursework on Python and will be moving onto C++. Honestly I'm enjoying it as it engages my problem solving skills. I've been looking over the code for OpenMW as well, and learning more of Python has somehow made it more understandable. I'm hoping that, by the time I'm done with all my coding and computer classes, I'll be able to help out on this project in some way, be it small or large. Currently I'm working on an App that would be a fun tool to have for Morrowind players, and will eventually expand to include all ES games. My desire is to have it have an alchemy section, interactive map, enchanting section, character planner, and probably some other odds and ends. Seeing your code actually come to life is a lot of fun, when it works how it should that is... and then there's the one place where you forget a simple colon or semicolon and the code doesn't work, good times.