• JackbyDev
    link
    English
    11 year ago

    Reading anything to do with pointers in C is confusing to me. Sorry to disappoint you.

    • @[email protected]
      cake
      link
      fedilink
      01 year 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
        link
        English
        31 year 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.