• FriendOfElphaba
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Perchance programming with pointers has plunged as a percentage of programmers.

    But thank you. I was hoping someone would notice that.

    • dukk@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Well, you don’t really see many people accessing lists with pointers directly. Also 0-indexing does give us an extra number to index with(say 1-255 vs 0-255)

      Edit: 0-255, not 0-256