| delorie.com/archives/browse.cgi | search |
| Date: | Thu, 6 Mar 1997 13:30:54 +0100 (MET) |
| From: | Miguel Murillo <mmurillo AT ideafix DOT cps DOT unizar DOT es> |
| To: | Leon Busiello <lbusiello AT earthlink DOT net> |
| 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: | <Pine.LNX.3.95.970306132830.25390A-100000@ideafix.cps.unizar.es> |
| MIME-Version: | 1.0 |
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 <ncurses.h>
or
<curses.h>
> #include <conio.h>
> 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!
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |