Xref: utzoo alt.msdos.programmer:944 comp.sys.ibm.pc:41010 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!littlei!percy!escargot!chrisb From: chrisb@escargot.UUCP (Chris Bradley) Newsgroups: alt.msdos.programmer,comp.sys.ibm.pc Subject: Quick Screen Access in C Message-ID: <3659@escargot.UUCP> Date: 2 Jan 90 04:06:33 GMT Reply-To: chrisb@escargot.UUCP (Chris Bradley) Distribution: usa Organization: Coredump Central Lines: 8 Greetings all, I have a need to do quick access to the video screen (instead of loading ANSI.SYS and using printf(''); commands for video cursor control.) I know that QUICK Basic will absolutely scream with print's. Is there anything equivalent in C? By the way, I'm using MSC 5.1. -->Chris