SyntaxFix
Write A Post
Hire A Developer
Questions
Because userString is empty. You only declare it
vector<string> userString;
but never add anything, so the for loop won't even run.