Sep 7, 2012 at 7:26pm
Hi,
I am using code::blocks compiler, the command
clrscr();
is giving error below error
"clrscr was not declared in this scope"
Kindly help to resolve this issue.
thanks and regards
Murugesan
Last edited on Sep 7, 2012 at 7:27pm
Sep 7, 2012 at 7:29pm
You should include the header where this function is declared. It is not a standard function and can be absent in your compiler implementation.
Last edited on Sep 7, 2012 at 7:29pm