C - Remove and replace printed items

后端 未结 3 1872
生来不讨喜
生来不讨喜 2021-01-14 02:21

I\'m writing a program in C compiled in gcc. The question relates to homework, but the specific part I need help with is not part of the homework assignment. A similar que

3条回答
  •  长发绾君心
    2021-01-14 03:09

    Doing those console manipulations is dependent on the platform that you are using. You will probably need a library to accomplish what you are trying to do. See something like this which is cross platform, or the old conio library for DOS if you're on Windows.

提交回复
热议问题