Delete one letter

Hi,
thaks for this forum becaus i'm working A-OK now!
I've got one questios... How to delete one letter from screen?(after pressing enter)
After pressing enter...you can't AFAIK...if you haven't pressed enter, use '\b'
Last edited on
I'm asking again is that plausible?
Ok, maybe my question was wrong...is there any function delete at least one letter from screen?
If you know where the letter ist, yes it is possible to overwrite the letter.
You cannot delete it but using gotoxy() you can set the cursor to a certain location on the screen and print a new character there. In order to "delete" a letter, you would need to write a space at the correct location.

int main
Topic archived. No new replies allowed.