Mime-Version: 1.0 X-Sender: johnmeyer_1978 AT pop DOT mail DOT yahoo DOT com Message-Id: In-Reply-To: References: Date: Sun, 16 Apr 2000 13:57:30 -0700 To: djgpp AT delorie DOT com From: John Meyer Subject: Re: How could I clear screen in C++??? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >In BASIC you type cls, but what is this in C++??? There's no standard way of doing this. You could use clrscr() from conio.h in the Borland library, but I don't know what you do in DJGPP