CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 20

Threaded View

  1. #11
    Join Date
    Aug 2007
    Posts
    858

    Re: Setting an iterator to "end"

    Does it? I'd completely forgotten.

    Edit: According to this it actually returns an iterator to the element after the one erased... so you still need to increment manually, or else you'll skip elements when you erase.
    Last edited by Speedo; August 9th, 2008 at 11:01 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured