My question concerns deleting already written chars in the console. Is there a way to do it?
Lets say i write 10 spaces to the console. Can i delete some to make space for other chars without the output exeeding 10 chars? I use a special libary given, with functions for writing in the console etc.
My question concerns deleting already written chars in the console. Is there a way
Share
Use
'\b'. It erases one character, and the cursor moves back: