delorie.com/archives/browse.cgi | search |
From: | "Al Amzeen (Alexandr Amzin)" <amzeen AT mtu-net DOT ru> |
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: | <eQP3QX9p$GA DOT 274 AT net025s> <a04310101b51fd999f90c@[158.142.75.53]> <#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 <alx AT gs707 DOT com>! 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"); ;)
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |