How repair error clrscr don't work In c++?? I don't want to use goto(x,y). I want to clear command window in the playground code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How repair error clrscr don't work In c++?? I don't want to use goto(x,y). I want to clear command window in the playground code

c++

7th Aug 2017, 4:33 AM
Benjamin Salas
Benjamin Salas - avatar
3 Answers
+ 13
clrscr is obsolete, let alone working in Code Playground. That said, other built-in functions to clear console screen also wouldn't work with Code Playground.
7th Aug 2017, 4:35 AM
Hatsy Rei
Hatsy Rei - avatar
7th Aug 2017, 5:26 AM
Manual
Manual - avatar
+ 5
Thanks a lot Hatsy and Manual.
9th Aug 2017, 1:37 AM
Benjamin Salas
Benjamin Salas - avatar