Message-ID: <3AC2927D.9F7B2253@home.com> From: Paul Michailidis X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Clear the Screen References: <99u17o$1ffo$1 AT node17 DOT cwnet DOT frontiernet DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 32 Date: Thu, 29 Mar 2001 01:41:01 GMT NNTP-Posting-Host: 24.112.60.10 X-Complaints-To: abuse AT home DOT net X-Trace: news4.rdc1.on.home.com 985830061 24.112.60.10 (Wed, 28 Mar 2001 17:41:01 PST) NNTP-Posting-Date: Wed, 28 Mar 2001 17:41:01 PST Organization: Excite AT Home - The Leader in Broadband http://home.com/faster To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com conio.clrscr().. cool sounds good i'll try it. the way i do it is with allegro. when its included you can use the clear(screen); line. but try that conio.clrscr() thing also i believe there is another way, if you include something like stdlib.h or stdio.h i think you can use system("clrscr"); or something along those lines. good luck, paul m. "Alexei A. Frounze" wrote: > conio.clrscr() ? > > -- > Alexei A. Frounze > alexfru [AT] chat [DOT] ru > http://alexfru.chat.ru > http://members.xoom.com/alexfru/ > http://welcome.to/pmode/ > > "Dr Mario" wrote in message > news:ZIuw6.8199$8R5 DOT 1021750 AT typhoon DOT nyroc DOT rr DOT com... > > Does anyone know of a way that a dos console output window can be > > cleared using C/C++?? All I'm doing is some computations, then using > printf > > (or puts) to do the output in a dos console window. I need to completely > > have the screen cleared. Does anyone know how? > > > > --Mario > > > >