This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用outtextxy fromconio在 C 中的特定点打印字符串。每当outtextxy对某些坐标执行时,它都能完美运行。每当outtextxy再次为同一组坐标执行但使用另一个字符串时,就会出现问题。新打印的字符串被覆盖以前写的屏幕。我想知道如何在打印新字符串之前删除以前打印的字符串(我无法清除整个屏幕,只能清除在特定坐标处打印的字符串)?