Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!usc!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!goalie3 From: goalie3@unix.cis.pitt.edu (Robert W Kramer) Newsgroups: comp.os.msdos.programmer Subject: Re: Help needed mixing text and graphics with turbo c 2.01 Message-ID: <77743@unix.cis.pitt.edu> Date: 11 Jan 91 02:34:44 GMT References: <1991Jan9.154142.1924@vax5.cit.cornell.edu> Reply-To: goalie3@unix.cis.pitt.edu (Robert W Kramer) Organization: University of Pittsburgh, CIS Lines: 10 In article <1991Jan9.154142.1924@vax5.cit.cornell.edu> inuy@vax5.cit.cornell.edu writes: >How can I mix text and graphics on the screen on the same time with turbo c v >2.01? We wish to have a graph on one side of the screen and a box on the >other with text inside of it (not graphics text). Is there a way to do this? printf() should work just fine, as well as console-based functions, which were pointed out in an earlier post. Bob goalie3@unix.cis.pitt.edu