gpt4 book ai didi

xcode - 回车与 XCode 不一致

转载 作者:行者123 更新时间:2023-12-01 05:43:12 25 4
gpt4 key购买 nike

我在使用回车返回到 XCode 中一行的开头时遇到问题。
这个小例子:

std::cout << "will not see this\rwill see this" << std::flush;
std::cout << std::endl; // all done
在 XCode 中编译的结果是:

will not see this

will see this


然而,当我使用 G++ 在终端中编译它时,我得到:

will see thisthis


我怎样才能让 XCode 显示后者(和预期的)行为?
欢呼丹尼尔

最佳答案

您是在终端中运行 Xcode 编译的应用程序还是从调试控制台读取输出?它们是两种不同的输出,可能具有不同的格式。 Xcode 在幕后使用 gcc,所以我对您在这里看到的结果感到惊讶。另外this question (你似乎已经找到了)通过使用 \r 给了我我想要的结果返回到一行的开头。

关于xcode - 回车与 XCode 不一致,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4016772/

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