A screenshot from youtube, Virbox

  • @[email protected]
    link
    fedilink
    191 month ago

    People who are enthusiastic about using pointers in C++ are doing it wrong. Never use a pointer when you can get away with a reference.

    • @SpaceNoodle
      link
      81 month ago

      Sure, but that’s technically allocation-agnostic either way.