gpt4 book ai didi

c - 我代码中的\b 不会使光标返回

转载 作者:行者123 更新时间:2023-12-04 00:43:30 24 4
gpt4 key购买 nike

#include <stdio.h>

int main()
{
int answer;
printf("Please insert your desired budget :"); //normal printf functions.
printf(" $_____\b\b\b\b"); //This should move the curser back 4 spaces.
//The program outputs the line followed with 4 inverted question marks.
scanf("%d", &answer);
printf("So your budget is %d", answer);
return 0;
}

怎么输出的是4个倒问号?我在 Mac 上使用 xcode,这可能是问题所在吗?

最佳答案

您需要在支持 \b 转义序列的终端环境中运行它。 Xcode 中的控制台一定无法理解它们。

如果您在终端应用程序中运行它,应该没问题。

关于c - 我代码中的\b 不会使光标返回,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15688017/

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