From: "Hackrus" References: Subject: Re: How could I clear screen in C++??? Date: Mon, 17 Apr 2000 08:27:26 +0200 Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <#ncDhZDq$GA.261@net003s> Newsgroups: comp.os.msdos.djgpp NNTP-Posting-Host: vp183-1.worldonline.nl 195.241.183.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I typed the wrong name in my message. I typed wie, but i'm hackrus, from my site hackrusunderground. But, the function int clrscr() won't work. I really need a function that will clear my screen!! Please help me!! Thanx. John Meyer schreef in berichtnieuws a04310101b51fd999f90c@[158.142.75.53]... > >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