gpt4 book ai didi

c - 移动光标C

转载 作者:行者123 更新时间:2023-11-30 20:23:15 25 4
gpt4 key购买 nike

相同的代码,但在运行程序的方式之间它给我的结果不同。谁能给我解释一下。

#include <stdio.h>
#include <conio.h>

int main()
{
printf("\x1b[%d;%dH", 11, 11);
printf("Hello world");
getch();
return 0;
}

结果

enter image description here

最佳答案

该程序正在发出 terminal control codes告诉控制台移动光标。不同的终端对这些代码的响应不同,这就是为什么使用不同的终端会得到不同的结果。

关于c - 移动光标C,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36612049/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com