From: eglebbk AT dds DOT nl (Evert Glebbeek) Newsgroups: comp.os.msdos.djgpp Subject: Re: cprinf REdirected Date: Thu, 20 Jul 2000 22:33:19 GMT Organization: Physics student, University of Amsterdam Lines: 18 Distribution: world Message-ID: <39763941.27465919@news.wins.uva.nl> References: <9bf6nsseur50auc08a2u1pb61in2oum79j AT 4ax DOT com> <8kvfom$n6l$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <8l43sk$ok2$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: stol-117-180.uva.studentennet.nl X-Trace: info.wins.uva.nl 964132302 2929 145.98.117.180 (20 Jul 2000 22:31:42 GMT) X-Complaints-To: usenet AT science DOT uva DOT nl NNTP-Posting-Date: Thu, 20 Jul 2000 22:31:42 +0000 (UTC) X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Newsgroup: comp.os.msdos.djgpp From: Hans-Bernhard Broeker On 19 Jul 2000 11:36:52 GMT >Radical NetSurfer wrote: >> |> First of all, (trust me here): >> |> cprintf CAN BE re-directed; _IF_ properly implemented! > >> | Says who? Who defines 'proper' implementation of cprintf()? > >> As one small example, VBDOS 1.0 allows cprintf to be redirected: >> colored text if no re-dir; normal ASCII chars to wherever re-dired. > >What's VBDOS? A compiler for C programs? Another programming language? >An application? How does it document its implementation of 'cprintf'? AFAIK, VBDOS is Visual BASIC for DOS. IIRC, redirection of terminal output to a file from a (Quick)BASIC program always works. Anyway, this is OT here.