new to c++, working with vectors my question is can a string in a vector hold for example a string like " super mario bros" ( with the spaces)
to continue i am trying to to make a list that people can add to , and if user where to select add option and then decide to lets say want to add " super mario bros" then in another part of my code i have the option to list all things on list, but when i do this what comes out on the list is just "super" not all user inputs which was "super mario bros"
so i guess my question is, is my code not allowing this or is it just not possible for it to hold multi-words?
thanks alot