So, I have all the tasks for exercise complete and they don't fail as far as I know. I am getting a segmentation fault on compiling.
"'make[2]: *** [CMakeFiles/test_making-the-grade.dir/build.make:70: CMakeFiles/test_making-the-grade] Segmentation fault (core dumped)
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/test_making-the-grade.dir/all] Error 2
make: *** [Makefile:91: all] Error 2"'
I've thought that it might be that I am trying to access something not in the range of one of the vectors but I've tried **.size() -1 and <= in the while loops to try an see if that fixes it but no luck on that. I'm just stuck since the error isn't very helpful on finding where I'm messing up.
It could be that one of the tasks submits an empty vector as a parameter but i feel like that would be a task failure indicator not a compilation error but i could be wrong on that.
code paste after this as i have hit the character limit for this one post