Clrscr() function not working in sololearn...! What I do..? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Clrscr() function not working in sololearn...! What I do..?

need help here..

25th Aug 2018, 3:01 AM
Mukesh Kushwaha
Mukesh Kushwaha - avatar
3 Answers
+ 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.
25th Aug 2018, 3:14 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 4
And to add to what Kinshuk Vasisht said : sololearn store output in a file and you can't revert back in a file ?
25th Aug 2018, 6:27 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
0
it is just a App. You better try on pc or computer
25th Aug 2018, 3:48 AM
🦋FEATHER🦋
🦋FEATHER🦋 - avatar