gpt4 book ai didi

C 中的循环依赖?我没看到

转载 作者:太空宇宙 更新时间:2023-11-03 23:52:12 24 4
gpt4 key购买 nike

我是 C 的新手。我这里有一个简单的代码,出于某种原因声称它具有循环依赖性

#include <stdio.h>
int main(void)
{
int feet, fathoms;

fathoms = 2;
feet = 6 * fathoms;
printf("there are %d feet in %d fathoms!\n", feet, fathoms);
return 0;

}

它说了一些关于

Circular 1<-1.o dependency dropped
Circular 2Fathoms <- 2Fathoms.o dependency dropped.

我在我的其他编程资料中看到过一些......但我不明白。

我正在使用流血……这是个问题吗?哈哈。

最佳答案

在得知 bloodshead 有一些问题后,我切换到 code::blocks 并且它运行良好。

关于C 中的循环依赖?我没看到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16986141/

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