[comp.lang.c++] stream sub-classes

bagchi@dip.eecs.umich.edu (Ranjan Bagchi) (08/02/90)

	I've got a routine which inserts '\n's into a character array,
such that when printed, no words will get broken due to screen width.
Nothing big, eh?
	Welp, what I'd like to do is find some method of interfacing
through a derived class into class ostream.  That way, the whole
wrapping process should be invisible to the normal c++ output
processes.
	What is the easies way to do this?  Or am I out of luck?
 
	-rj