I am trying to take a character from a string and store it in a string vector, and I know I need to cast the character to a string first, but it's not working. I can't even get the simple code below to compile, any suggestions?
I get invalid conversion from char to const char*.