Im interested in learning programming but there are so many diffrent programming languages and guides that I feel overwhelmed and dont know where or how to start. any useful advice is appreciated.

  • Dudewitbow@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Id consider learning the base programming language of whatever engine you plan to use, unless you plan on building the engine from scratch.

    For example, Unity uses C#, with some C++(as the engine itself uses it, the C# is what the end user uses), while Unreal engine is entirely C++