From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Re: How to putput to printer? Date: Mon, 10 Feb 1997 12:23:37 GMT Organization: Southwest Missouri State University Lines: 7 Message-ID: <32ff12bd.1051308@ursa.smsu.edu> References: <19970208 DOT 045354 DOT 5118 DOT 1 DOT john DOT k DOT murphy AT juno DOT com> NNTP-Posting-Host: forseti.i193.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Sat, 8 Feb 1997 10:59:21 GMT, john DOT k DOT murphy AT juno DOT com (John K Murphy) wrote: >Has anyone tried to output to the printer with either the standard >fprintf() or cout stream? I've been told this is only works if you have I haven't tried this with gcc, but i always used fprintf(stdprn, etc...) under Turbo C. I looked at the DJGPP includes just now, and stdprn is defined.