I want to allocate a string inside any structure so I can fetch these strings afterwards. I need to enter a condition to end the insertion of names. I'm thinking of a structure that is running until the end of the reading, I think it would be a vector of pointers. These pointers would be created the moment the string is inserted. Any help is welcome, thanks.