Page 1 of 1

C++, COUT, stdout, _CrtSetReportMode and _CrtSetReportFile

PostPosted: Jul 10, 2002 @ 9:09am
by BadBazza

PostPosted: Jul 10, 2002 @ 3:20pm
by BadBazza
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