aka “bros: in order to be rich, just don’t be poor.”

  • avocado@programming.dev
    link
    fedilink
    arrow-up
    3
    arrow-down
    3
    ·
    24 hours ago

    C++'s so called smarter mechanisms are ugly af. I would rather my RAM crash and burn than use its standard library.

    • chunes@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      24 hours ago

      yeah. I’d rather use C and statically allocate everything up front, even if that’s not a great fit

      • sobchak@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        17 hours ago

        When I did embedded programming that’s what I did. Nothing was dynamically allocated. It also allowed me to write a debugger that would watch how variables changed by just directly reading from memory, chart them, and and stuff like that.