0
Clrscr() function not working in sololearn...! What I do..?
need help here..
3 Respostas
+ 8
You cannot clear the screen using <conio.h>, as the header <conio.h> is deprecated and no longer available for use in modern compilers.
Also, if you try using the alternative system("cls"), you still won't be able to clear the screen, as this command requires certain priviliges and Sololearn will not allow overriding these privileges in public. So system commands are kind of locked for users.
+ 4
And to add to what Kinshuk Vasisht said :
sololearn store output in a file and you can't revert back in a file ?
0
it is just a App.
You better try on pc
or computer