gpt4 book ai didi

d - 为什么 readf 不返回值?

转载 作者:行者123 更新时间:2023-12-04 17:40:21 26 4
gpt4 key购买 nike

根据documentation , readf应该返回 uint .但即使是这个简单的例子也无法编译:

你好ð

import std.stdio;

void main() {
int x;
uint r = readf("%s", &x);
}

错误信息:
hello.d(5): Error: expression readf("%s",& x) is void and has no value

我在这里错过了什么吗?

我正在使用 dmd (Digital Mars D) 编译器 v2.050。

最佳答案

你失踪了 a new version of DMD .此错误已在 v2.052(提交 86a080f 中)(静默)修复。

关于d - 为什么 readf 不返回值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5505836/

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