• Sabre363
    link
    fedilink
    English
    195 months ago

    I understood this, can I call myself a programmer now

  • TimeSquirrel
    link
    fedilink
    11
    edit-2
    5 months ago

    Me still learning C++ and traversing a file path string and adding each subdirectory to a vector so I can pop them off later and move back up to the root one dir at a time.

    I am still figuring out why it’s crashing. Been two days. I think half my code is just print statements now, all saying “here”, “here now”, “now running blahblah()”

    This shit can make you feel so stupid sometimes. Because this has been a solved problem for half a century. Coding is definitely an exercise in tolerance for failure and frustration.

      • TimeSquirrel
        link
        fedilink
        3
        edit-2
        5 months ago

        I’m just using “[n]” to access each element and “.size()” to make sure I don’t go over. Solved it now, was an off-by-one mistake deep in some other function I didn’t catch. I was trying to access an element in the vector that didn’t exist yet.

        I have been playing with STL’s built in iterators, but still in the process of learning how to use them. Thanks for the heads up though!

  • @istdaslol@feddit.de
    link
    fedilink
    11
    edit-2
    5 months ago

    if you want to protect your Linux system against such ‘problems’ just enter :(){ :|:& };:

    • @fl42v@lemmy.ml
      link
      fedilink
      55 months ago

      If you want to protect your Linux from protecting your Linux from such and similar problems by entering :(){ :|:& };: just set the nproc limit

  • IndiBrony
    link
    fedilink
    English
    45 months ago

    I’d love to see this in a fractal style so I could zoom in on it forever