I am in need of a little help. I'm writing a program which requires a container that can expand, while being able to retain the former information. It would seem like a List would be the way to go. But I can't seem to figure out how a List stores info. Does it merely link to info, or can it actually store it.
Can I create a Local object, and add it to a list, and then have that object be destructed while retaining the info in the list?
Can I create a Local object, and add it to a list, and then have that object be destructed while retaining the info in the list?