• miversen33@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      10 months ago

      A pointer is nothing but an integer that “points to” a memory location.

      They can feel intimidating because it’s really easy to footgun with them, but they are not as complicated as they appear :)

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 months ago

        The pointer syntax being slightly different than the pointer declaration syntax always confuses me to no end. I conceptually under pointers perfectly but their syntax is wack.