Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!usc!apple!netcom!resnicks From: resnicks@netcom.UUCP (Steve Resnick) Newsgroups: comp.os.msdos.programmer Subject: Re: Graphics and text in tc 2.01? Message-ID: <20472@netcom.UUCP> Date: 10 Jan 91 00:35:37 GMT References: <1991Jan9.154801.1925@vax5.cit.cornell.edu> Distribution: comp Organization: Netcom- The Bay Area's Public Access Unix System {408 241-9760 guest} Lines: 16 In article <1991Jan9.154801.1925@vax5.cit.cornell.edu> inuy@vax5.cit.cornell.edu writes: >Is there a way to mix graphics and non stroked font text on the screen at the >same time with turbo c v2.01? I wish to have a graph on one half of the >screen, and be updating standard text and numeric values on the other. Is >there a way to do this? > >--Matthew Set the directvideo variable to 0, and use the console I/O functions. (cputs, cprintf, gotoxy). I have done this and it works OK, if not a little slow ... Hope this helps! Cheers! Steve