访问控制台中的最后一行
我想独立于其他人访问控制台的最后一行。只需要能够写入/读取最后一行。
如果有一种使用 cin/cout 的eekg 和tellg 函数的工作方法或使用某些cstdio 函数的任何解决方案,我无法找到它。
问候
I want to access the last line of the console independent of the others. Only the possibility to write to/read from this last line is needed.
If there is a working way using the seekg and tellg function of cin/cout or any solution using the some cstdio function i wasn't able to find it.
Greets
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
标准库无法做到这一点。您需要一个附加包,例如 ncurses。
There's no way to do it with the standard library. You need an add-on package such as ncurses.