From: "Florian X" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: How could I clear screen in C++??? Date: Sun, 16 Apr 2000 21:19:31 +0200 X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Lines: 8 Message-ID: <38fa124f$0$41650@SSP1NO17.highway.telekom.at> NNTP-Posting-Host: 212.183.91.144 X-Trace: newsreader.vienna.highway.telekom.at 955912783 41650 212.183.91.144 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I would use clrscr(); it is c, but also good. Wie schrieb in Nachricht ... >In BASIC you type cls, but what is this in C++??? > >