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.

    • @KindaABigDyl
      link
      231 month ago

      For C++, yes. But “reference” is just a way of using the pointer when it comes to C