Xref: news2.mv.net comp.os.msdos.djgpp:8355 From: tainted AT wco DOT com (Joseph Mazeau) Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP! Graphix in TEXT MODE Date: 6 Sep 1996 08:15:13 GMT Organization: West Coast Online, Inc. Lines: 23 Message-ID: <50omih$7h6@news.wco.com> References: NNTP-Posting-Host: shell.wco.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Orlando Andico wrote: : On Wed, 31 Jul 1996, Alaric B. Williams wrote: : > Look up "conio.h" in the libc info dox... type: : > : > info libc f : > : > and choose "Console I/O" or "conio" or whatever it's called (it should : > be obvious!). : > : > conio.h is the interface to the DJGPP standard text-'graphics' : > library. You can do colours, go all over the screen, scroll rectangles : > about, etc. Hello all, I'm also a novice to programming with C, and especially in DOS. How would one add pixel graphics to a text mode program? I have a nice security program I've been fooling around with, and I'd like to add a small graphic toward the beginning. Can anyone help me out here? Maybe some snippits of code or a tutorial or whatever.. Thanks in advance. -Joe. (tainted AT wco DOT com)