cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
clrscr();
clrscr();
Jun 17, 2008 at 3:31pm UTC
MSheraz
(1)
how can i declare "clrscr"????
Jun 18, 2008 at 1:17pm UTC
ioanmih
(28)
use # include <conio.h>
and use in functions clrscr();
Jun 18, 2008 at 6:32pm UTC
QWERTYman
(461)
That clrscr only works in Borland (along with the conio.h), IIRC.
Jun 20, 2008 at 12:46pm UTC
audinue
(35)
Is copying the conio.h ok?
Topic archived. No new replies allowed.