Path: utzoo!utgpu!watmath!clyde!att!rutgers!mailrus!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!apollo!landry From: landry@apollo.COM (Chris Landry) Newsgroups: comp.lang.c Subject: turboc - clrscr() & gotoxy() functions Message-ID: <3ff4b83b.dd67@apollo.COM> Date: 29 Nov 88 13:40:00 GMT Organization: Apollo Computer, Chelmsford, Mass. Lines: 28 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. --------------------------------------- main() { printf("\n\nHello\n\n"); gotoxy(1,1); <----- Undefined symbol '_gotoxy' printf("Goodbye\n"); } --------------------------------------- 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? ADVthanksANCE -- Chris Landry landry@apollo.uucp Apollo Computer, Chelmsford MA apollo!landry@eddie.mit.edu