Mail Archives: djgpp/2000/01/27/00:04:55
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 <conio.h>
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
- Raw text -