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

Threaded View

  1. #1
    Join Date
    Oct 2010
    Posts
    2

    Internal implementation of stil iterators

    I am very confused as to what an iterator implementation looks like ?
    Does the class have a pointer ?
    When we say that the iterators are tied in with the containers, does it mean that every container has a private member which of type iterator ?

    I am trying to practice how all the stl containers and algorithms are implemented internally
    Last edited by hiralrajani@gmail.com; April 30th, 2011 at 09:44 AM.

Tags for this Thread

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