Date: Thu, 6 Mar 1997 13:30:54 +0100 (MET) From: Miguel Murillo To: Leon Busiello cc: djgpp AT delorie DOT com, sbusie01 AT utopia DOT poly DOT edu Subject: Re: I really need help In-Reply-To: <331D0A9F.16D1@earthlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 5 Mar 1997, 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 or > #include > main() > { In BorlandC is clrscr(); but never for C/C++ void FUNCTION_FOO(void); /* Declaration */ FUNCION_FOO(); /* execution */ > void clearscreen(void); > return 0; > } > > all it did was go to the next line. Can someone help? e-mail me at > sbusie01 AT utopia DOT poly DOT edu thanx > Good Luck!