Path: utzoo!utgpu!watmath!clyde!att!rutgers!ucsd!sdcsvax!ucsdhub!ucrmath!asmar From: asmar@ucrmath.UUCP (Paul Asmar) Newsgroups: comp.lang.c Subject: Re: turboc - clrscr() & gotoxy() functions Message-ID: <565@ucrmath.UUCP> Date: 5 Dec 88 15:58:42 GMT References: <3ff17f35.7183@apollo.COM> Reply-To: asmar@ucrmath.UUCP (Paul Asmar) Organization: University of California, Riverside Lines: 7 You have to initialize the screen with a built-in routine (initgraph() I think), so that Turbo C can install the right graphics card (.BGI file). You should look at the graphics help provided by Turbo C, and/or bgidemo.c that uses most of the graphics tools, and is a good guide. Paul Asmar