• Traister101@lemmy.today
      link
      fedilink
      arrow-up
      14
      ·
      2 days ago

      Uninitalized memory (int a; with no assignment) vector of int vectors (IE a dynamic int[][]) and attempting to find a, an int in the vector of vectors of int IE int instead of vector<int>. I think the iterator type is correct but I’m not sure off the top of my head