From: Brian Hogg Newsgroups: comp.os.msdos.djgpp Subject: Text Routines in DJGPP Date: 15 Nov 1997 04:17:52 GMT Organization: WorldCHAT(tm) Internet Services Lines: 16 Message-ID: <64j7pg$292$1@news1.worldchat.com> NNTP-Posting-Host: as-1-p27.wchat.on.ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Yes, I'm one of those chicken to learn ASM (It's just me..) and I'd love to find some good routines to plot text in colors and whatnot on the screen... Anyone familiar with QBASIC and PowerBASIC knows that the routines are extremely fast, you could fill the screen up with text chars one by one and you wouldn't tell. Functions like cprintf() are too slow and maybe it's something I'm doing but it should be optimized... how big of a difference does the -O2 -O3 -O make to these routines? Any help/sources are appriciated... please e-mail aswell as I may miss the message here 'cause I'm not a regular reader, yet,... Thanks, Brian Team Programming Page