Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!ncar!noao!arizona!naucse!wew From: wew@naucse.UUCP (Bill Wilson) Newsgroups: comp.lang.c Subject: Re: turboc - clrscr() & gotoxy() functions Message-ID: <1045@naucse.UUCP> Date: 29 Nov 88 16:52:28 GMT References: <3ff17f35.7183@apollo.COM> Organization: Northern Arizona University, Flagstaff, AZ Lines: 20 From article <3ff17f35.7183@apollo.COM>, by landry@apollo.COM (Chris Landry): > Does TurboC allow screen functions like... > clrscr(); gotoxy(x,y); clreol(); etc? > I cannot get a program to compile/link with these functions. > You have an old and out-datedversion of Turbo C. You should update to the latest version (2.0) (if you own the package) or you should buy a new copy. Borland started including the graphics routines with version 1.5. Their newest version has the same routines (minus some bugs) and also a nice debugger. I was able to port GNUPLOT to Turbo C and the debugger was invaluable. Prior to version 1.5 you had to write all of your own graphics primitives. -- Bill Wilson (Bitnet: ucc2wew@nauvm) Northern AZ Univ Flagstaff, AZ 86011 {These views are mine and do not necessarily reflect those of my employer}