0
how can I remove and delete what I printed to the application?
3 ответов
+ 3
you can use
system("CLS")
you need to include stdlib.h
If that does not work try printing a newline about 100 times.
+ 2
i dont think you can do that, except cleaning the screen with the CLS command.
(console)
0
how can I do this uran?