|
-
May 14th, 2006, 03:33 PM
#2
Re: List Class
The list class is designed to keep you away from raw access to pointers (That's why iterators were invented). The other problem you face is that when a list is updated the iterators become invalidated, so you can't store them easily either. Perhaps there is a way around this limitation. What is the purpose of keeping track of the addresses (pointers?) of the VIP entries?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|