The audacity to do such a thing…

  • @[email protected]
    link
    fedilink
    182 years ago

    I remember being new to programming and wondering that and then getting introduced to arrays. Matrixes blew my mind

    • @[email protected]
      link
      fedilink
      English
      32 years ago

      I started coding with Visual Basic 3 which basically only had arrays for holding multiple items, so probably 50% of my time was spent writing code to delete items - you had to iterate through the remainder of the array copying values from x to x - 1 and then re-dimensioning the array. I remember having my mind blown when proper collections were introduced with VB4.