28 Sep
2003
28 Sep
'03
10:13 a.m.
Here is my first take on a basic_istringtraverser type, combining both a string stream and a forward iterator over that stream, which I am going to use to simplify my part- binary/ part-ascii file processing program. I am lost as to what I could do to make the multiple-inheritance version work, and this seems to work. Does this make sense to do, or am I simply missing something? This is my first template class. Any comments appreciated. Thanks Zen