From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: Clear the Screen Date: Wed, 28 Mar 2001 19:57:43 -0500 Organization: Global Crossing Telecommunications Lines: 23 Sender: UNKNOWN AT 209-130-137-17 DOT nas3 DOT roc DOT gblx DOT net Message-ID: <99u17o$1ffo$1@node17.cwnet.frontiernet.net> References: NNTP-Posting-Host: 209-130-137-17.nas3.roc.gblx.net X-Trace: node17.cwnet.frontiernet.net 985827384 48632 209.130.137.17 (29 Mar 2001 00:56:24 GMT) X-Complaints-To: abuse AT frontiernet DOT net NNTP-Posting-Date: 29 Mar 2001 00:56:24 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 > >