• hark@lemmy.world
    link
    fedilink
    arrow-up
    24
    ·
    4 days ago

    My problem with C++ is actually with all the stuff they keep tacking on with each new edition. It’s evolving into an even more complex monstrosity while at the same time keeping all sorts of nasty vestiges. At some point you’re better off jumping to a new language and we’re well past that point with C++. Sucks for those having to maintain legacy code.

    • underwire212@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      3 days ago

      I mean, you don’t need to use the new features though. You can use a very small subset of C++ and get by just fine.

      But yeah it does contain annoyances that have been more or less “solved” with newer languages. I realize there’s still a lot of use cases for C++, but I really can’t see the advantage of using it unless performance is absolutely critical or you need to have 100% certainty of machine level operations…which admittedly is still relevant for quite a few industries.