From: lghq1 AT dds DOT nl DOT removethis (Danny van Bruggen) Newsgroups: comp.os.msdos.djgpp Subject: Re: Missing/desired features in RHIDE 1.2 Date: Mon, 14 Apr 1997 16:52:51 GMT Organization: ĦLaamella Gad! Lines: 17 Message-ID: <33516edc.7071053@netnews.uci.kun.nl> References: <5ilg2k$ajt AT babyblue DOT cs DOT yale DOT edu> NNTP-Posting-Host: pstn95.extern.kun.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp eggert AT charger DOT newhaven DOT edu (David Eggert) wrote: >2) I like the feature of redirecting stdout into a separate window that = you can > scroll back and forth through. Being limited to 24 lines in the user = screen is I think I can be of real help at last: Try putting a normal redirection in the program's arguments (Run/Arguments ...) like ">RESULT.TXT". Run the program, open the file RESULT.TXT and there's your output. If it changes due to another run of the program you will be asked if you want to reload it. Works for cout and printf. cerr and clog are already "caught" in a window. Bye!