Sender: nate AT cartsys DOT com Message-ID: <361580A7.859D0EBB@cartsys.com> Date: Fri, 02 Oct 1998 18:40:55 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: Elliott Oti CC: djgpp AT delorie DOT com Subject: Re: Slooooww Iooooo -- Please help. References: <5GVQ1.732$HF3 DOT 1567674 AT news14 DOT ispnews DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Elliott Oti wrote: > For text output, for your DOS version you might want to write a printf() > clone that writes directly to screen memory at 0xB800 instead of stdout. > Redirection of text output will be impossible, of course, and it will > be a pain if you have to emulate every feature of printf(), but if you're > not bothered by that it will speed up your program. `cprintf' does this, so you don't need to reinvent the wheel. -- Nate Eldredge nate AT cartsys DOT com