From: "Dennis Katsonis" Newsgroups: comp.os.msdos.djgpp Subject: Re: Clear the Screen Date: Fri, 30 Mar 2001 17:53:25 +1000 Organization: Netspace Internet Lines: 17 Message-ID: <9a9ete$1m3i$2@otis.netspace.net.au> References: NNTP-Posting-Host: dialup-t2-107.melbourne.netspace.net.au X-Trace: otis.netspace.net.au 986201839 55410 210.15.192.107 (2 Apr 2001 08:57:19 GMT) X-Complaints-To: usenet AT otis DOT netspace DOT net DOT au NNTP-Posting-Date: Mon, 2 Apr 2001 08:57:19 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This function will do the trick clrscr(); 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 > >