• Traister101@lemmy.today
        link
        fedilink
        arrow-up
        15
        ·
        2 months 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