I\'m trying to learn C++ so forgive me if this question demonstrates a lack of basic knowledge, you see, the fact is, I have a lack of basic knowledge.
I want some h
You can read this ddj article
Basically, inherit from std::iterator to get most of the work done for you.