2
I want to allocate a string within any structure that I can search for these strings after. I need to enter a condition to end the name insertion. I’m thinking of a structure that runs until the end of the reading, I think it would be a pointer vector. These pointers would be created at the time the string is inserted. Any help is welcome, thank you.
Welcome, Johann. Use tags to identify the programming language you are using.
– Pablo Almeida
Language C....
– Johann Forni
Basically you have 2 hypotheses: the pointer vector or a "Linked list".
– pmg
And how would these lists Linked?
– Johann Forni