How can I delete all charter on the page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 5

How can I delete all charter on the page?

C++

4th Aug 2021, 3:18 PM
Arash
Arash - avatar
2 Answers
0
Use this: cout << "\033[2J\033[1;1H"; --- The link: https://stackoverflow.com/questions/17335816/clear-screen-using-c
4th Aug 2021, 4:48 PM
Eashan Morajkar
Eashan Morajkar - avatar
0
I mean the result characters, for example, a program that takes a password from the user and then clears it after getting the password.
26th Aug 2021, 12:46 PM
Arash
Arash - avatar