how can I remove and delete what I printed to the application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can I remove and delete what I printed to the application?

14th Dec 2016, 9:20 PM
Ayin GhaziMoradi
3 Answers
+ 3
you can use system("CLS") you need to include stdlib.h If that does not work try printing a newline about 100 times.
14th Dec 2016, 9:47 PM
Uran Kajtazaj
Uran Kajtazaj - avatar
+ 2
i dont think you can do that, except cleaning the screen with the CLS command. (console)
14th Dec 2016, 9:28 PM
Uran Kajtazaj
Uran Kajtazaj - avatar
0
how can I do this uran?
14th Dec 2016, 9:46 PM
Ayin GhaziMoradi