I need to store multiple classes in a list in order to access the data by a number, but the list is in continuous modification, so I can't access the data using the position of the data in the list. I think the better way is to scan for the data number, but in that case I need to return an iterator, how can I return an iterator from a function? Do I have an alternative to this?
Thanks in advance



LinkBack URL
About LinkBacks


