Christian Hackl wrote:
> Hi!
>
> I'm having some troubles trying to teach myself how to design my own
> iterator classes for use in STL algorithms.
Instead of doing it that way you can use the boost::iterator library to
make the construction of std compliant iterators much easier.