From: "Al Amzeen (Alexandr Amzin)" Newsgroups: comp.os.msdos.djgpp Subject: Re: How could I clear screen in C++??? Date: Mon, 17 Apr 2000 21:11:03 +0400 Organization: Fidolook Express page http://fidolook.da.ru Lines: 15 Message-ID: <8dfgvb$19e0$2@gavrilo.mtu.ru> References: <#ncDhZDq$GA DOT 261 AT net003s> <8desjg$iai$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: ppp101-12.dialup.mtu-net.ru X-Trace: gavrilo.mtu.ru 955991852 42432 212.188.101.12 (17 Apr 2000 17:17:32 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 17 Apr 2000 17:17:32 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, Hackrus ! You wrote: > I just give me an error message. The errormessage is: parse before '}'. > That's it. But is the message above is also a way of doing this. This one > works, but it goes to the bottom of the screen, and it's NOT on the top of > the screen. Okay, then e-mail me, please, I'll be glad to send you a header file for C++ handling of text mode. Including cls(), box(), show_file() and all the stuff. :). btw, your parse error is probably an error of unpair parentheses :), not of function.