Hello again,
Maybe I should ask the questions more directly:-
1. This class currently writes to cout, under a windows app where would this output go? How do I look at it?
2. Is it possible to create another version of cout which is a file? eg
ostream mycout= .................
cout=mycout;
Thanks in advance
BadBazza