Using C++, I\'m trying to put together a for loop that finds the largest word in a vector of strings. I know its possible to do this by comparing word lengths. So this is