|
From: Ioannis V. <no...@ya...> - 2001-10-01 06:59:42
|
Try
=20
#include <stdlib.h>
=20
system("cls");
=20
=20
Ioannis
=20
* Ioannis Vranos
* Programming pages: http://www.noicys.f2s.com
<http://www.noicys.f2s.com/>=20
* Alternative URL: http://run.to/noicys
-----Original Message-----
From: dev...@li...
[mailto:dev...@li...] On Behalf Of
colombianomoren0
Sent: Monday, October 01, 2001 1:48 AM
To: C++ Help
Subject: [Dev-C++] (no subject)
Why isn't the clrscr() working? The compiler says "implicit declaration
of function `int clrscr(...)".
|