From: larsnicolas AT aol DOT com (LarsNicolas) Newsgroups: comp.os.msdos.djgpp Subject: Help on clrscr... Lines: 29 NNTP-Posting-Host: ladder06.news.aol.com X-Admin: news AT aol DOT com Date: 27 Jan 2000 05:04:27 GMT Organization: AOL http://www.aol.com Message-ID: <20000127000427.13141.00000223@ng-cj1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I recently installed djgpp and installed...I tried to test some simple functions but I noticed that clrscr is not working...I don't know if this is an error in djgpp but when I tried to use clrscr(), nothing is cleared from the screen!... My system: AMD K6-233 Voodoo3 2000 64MB Windows 98 I tried the simplest test but it won't clear the screen!: -------------------- #include int main() { clrscr; return 0; }; ------------------- I don't know if the problem is in the library, but a little help (or suggestions) to fix the problem would be highly appreciated... Thanks, Lars