Path: utzoo!utgpu!watmath!clyde!att!pacbell!ames!haven!umbc3!smith From: smith@umbc3.UMD.EDU (Mr. Fred Smith ) Newsgroups: comp.lang.c Subject: Re: turboc - clrscr() & gotoxy() functions Message-ID: <1385@umbc3.UMD.EDU> Date: 29 Nov 88 18:15:16 GMT References: <3ff17f35.7183@apollo.COM> Reply-To: smith@umbc3.UMD.EDU (Mr. Fred Smith (UMAB)) Organization: University of Maryland, Baltimore County Lines: 27 Summary: In article <3ff17f35.7183@apollo.COM> landry@apollo.COM (Chris Landry) writes: > >I'm a fairly new MSDos TurboC user. (vers 1.0) >But I've used msdos TurboPascal for some years. > >Does TurboC allow screen functions like... > > clrscr(); gotoxy(x,y); clreol(); etc? > >I cannot get a program to compile/link with these functions. >--------------------------------------- >I've looked in all the standard include files and >found nothing. I know these are not ANSI standard >but I would assume TurboC would define them somewhere. >Where is it? >Am I missing something? Chris, Did you includewhen you compiled? I'm guessing that this is included in ver. 1.0. 1.5 contains this and you must include that file to use those functions. I've used them frequently in my programs. good luck fred