• orbitz
    link
    fedilink
    arrow-up
    15
    ·
    10 days ago

    First year programming in the late 90s … segmentation fault? I put printfs everywhere. Heh. You’d still get faults before the prints happened, such a pain to debug while learning. Though we weren’t really taught your point of the comment at the time.

    Least that was my experience on an AIX system not sure if that was general or not, the crash before a print I mean.

    • xmunk@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      9 days ago

      Yea, pointer arithmetic is cute but at this point the compiler can do it better - just type everything correctly and use []… and, whenever possible, pass by reference!