I am writing a program that will create a map of vectors with each key of the map referencing a vector of strings.
I am able to create the map but then when I try to access the contents - I am not able to...
The code I have written is pasted below. Within the function createMap, the map is correctly created. But outside of the while loop in the function processString, I get nothing. In fact, even if I have a generic bout statement after the while loop, it does not execute. Any advice?