From: "Joe Davidson" Subject: Printing Message-ID: <01bd1de2$d8040b40$08e1aec7@my-computer> Newsgroups: comp.os.msdos.djgpp Date: Tue, 13 Jan 1998 18:55:52 -0500 Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Could someone help with with showing me how to do some somple printing ruitines? I would assume that use bios_print(), but I am not sure, or is there an easier way to redirect stdout to the printer or buffer temporarily so I can do something like cout << data; and have it go to the printer/buffer? The printing I am trying to do is a simple text only type printing, so I don't need any special formatting. Thanks, Joe Davidson