Path: utzoo!attcan!uunet!husc6!bloom-beacon!mit-eddie!uw-beaver!apollo!landry
From: landry@apollo.COM (Chris Landry)
Newsgroups: comp.lang.c
Subject: turboc - clrscr() & gotoxy() functions
Message-ID: <3ff17f35.7183@apollo.COM>
Date: 28 Nov 88 22:18:00 GMT
Organization: Apollo Computer, Chelmsford, Mass.
Lines: 30


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