0
Which header file is needed for cls?
I'm using Dcoder app on android. can anyone tell me which header file is needed for system("cls")? i searched on google tried stdlib conio cstdlib but none of them worked
9 Réponses
+ 3
system ("cls");
OS dependent only windows supports it.
by the way stdlib.h/cstdlib are the correct header files
+ 2
nope.
Try outputting 100 newlines 😇😇
+ 2
I asked only 100 times.
You did it 101 times
0-100 are 101 numbers.
+ 2
Sory❓❓
Sorry
+ 1
Sorry
for(i=1;i<=100;i++)
{
cout<<"\n";
}
0
ok
thank you
and do you know how to clear screen of output window on android's app dcoder?
0
because I don't have computer or laptop.So I'm using it on mobile phone .
0
Lol
thank You
0
for(i=0;i<=100;i++)
{
cout<<"\n";
}
😅