|
From: loll <cp...@th...> - 2000-11-22 21:20:13
|
Hi, I recently downloaded dev c++ and I am trying to clear the dos window im writing to. The command clrscr(); I thought should work. I added conio.h to the include files but when i compile with that command in it I get an error in the linker "undefined reference to clrscr();" Can anyone tell me what im doing wrong here? Thanks Lawrence |