[try Beta version]
Not logged in

 
Delete one letter

Oct 9, 2008 at 2:32pm
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)
Oct 9, 2008 at 5:07pm
After pressing enter...you can't AFAIK...if you haven't pressed enter, use '\b'
Last edited on Oct 9, 2008 at 5:07pm
Oct 9, 2008 at 5:33pm
I'm asking again is that plausible?
Oct 10, 2008 at 11:44am
Ok, maybe my question was wrong...is there any function delete at least one letter from screen?
Oct 10, 2008 at 2:02pm
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.