|
From: John G. <sc2...@ya...> - 2000-11-27 22:57:57
|
The Clear Screen command, clrscr() is a DOS command, and will only work in DOS environment IDE's which DEV C++ is windows based IDE..... Or so I have been told. You can get around this by just adding line returns until the screen is 'blank' so one book suggested going about it. John Garrison |