Output Iterators: What does it mean that "we may assign to a given value of an output iterator only once"? From C++ Primer, Lippman, Section 10.5.1. "The Five Iterator Categories" [quote]Output Iterators ca...
How to write a class that can be written out to ostream_iterator and read from istream_iterator?Thanks, all. I feel I should create and post a thorough example before marking this question complet...
How to write a class that can be written out to ostream_iterator and read from istream_iterator?@mbozzi I'm step-debugging through my own code example at the moment, which is essentially the same ...
How to write a class that can be written out to ostream_iterator and read from istream_iterator?Folk, appreciate the info but to clarify - I'm asking how to make a class compatible with ostream_it...
How to write a class that can be written out to ostream_iterator and read from istream_iterator?I'm reading C++ Primer, Lippman, the chapter on stream iterators and in particular on istream and os...