0
system("cls"); and Sleep(time); in sololearn
system("cls"); and Sleep(time); work in ms Visual Studio , but what is same function in sololearn?
2 Respuestas
+ 2
You cant use system("cls") in SL codeplayground or any other function
+ 1
"cls" is for terminals. The output panel is not a terminal.
sleep works but again, not a terminal -- I use it for timing tests, not UI.