From: "Al Amzeen (Alexandr Amzin)" Newsgroups: comp.os.msdos.djgpp Subject: Re: How could I clear screen in C++??? Date: Mon, 17 Apr 2000 10:48:10 +0400 Organization: Fidolook Express page http://fidolook.da.ru Lines: 18 Message-ID: <8dec8v$2v2m$1@gavrilo.mtu.ru> References: <#ncDhZDq$GA DOT 261 AT net003s> <38FAB29D DOT 6A33C8C2 AT gs707 DOT com> NNTP-Posting-Host: ppp97-116.dialup.mtu-net.ru X-Trace: gavrilo.mtu.ru 955954272 97366 212.188.97.116 (17 Apr 2000 06:51:12 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 17 Apr 2000 06:51:12 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Fidolook Express V1.51rus for MS OE 5.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Greetings, Alexey Zakhlestine ! You wrote: > -------------------------- > int i; > for (i=0; i<50; i++) > cout << "\n"; > -------------------------- > :-) That is a cruel one method ;). Allegro usin' instead clear(screen), as I can remember. ps. Create fifty-empty-string-file and use: system ("type 50str.txt"); ;)