From: Tudor Newsgroups: comp.os.msdos.djgpp Subject: Re: I really need help Date: Tue, 11 Mar 1997 22:23:00 -0800 Organization: Communications Accesibles Montreal Lines: 28 Message-ID: <33264BC4.2861@cam.org> References: <5fiidq$qp9 AT bedivere DOT iinc DOT com> <331D0A9F DOT 16D1 AT earthlink DOT net> Reply-To: tudor AT cam DOT org NNTP-Posting-Host: dynppp-64.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Leon Busiello wrote: > > I am a brand new djgpp user and i can't get any special functions that > aren't in stdio.h to work. > > I wanted to clear the screen so I did this: > > #include > main() > { > void clearscreen(void); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ you are declaring a function here, not calling one. And the function is clrscr() so do this: ......... clrscr(); //this clears the screen ......... > return 0; > } > > all it did was go to the next line. Can someone help? e-mail me at Actually it didn't do anything. > sbusie01 AT utopia DOT poly DOT edu thanx -- tudor 'at' cam 'dot' org http://www.cam.org/~tudor 'This is Scott Nudds of the Borg. C is irrelevant.'