注册 登录
编程论坛 C语言论坛

为什么我的vc++6.0,我输入正确的代码,他都会出现编译错误

计算机好难啊 发布于 2020-05-05 12:47, 2602 次点击
都会提示这种情况,我敢保证我输入的代码没有错误,因为我以前都能运行,  无论你输入什么正确的代码都会出现这种情况,请大神帮我看看

--------------------Configuration: 2020551240 - Win32 Debug--------------------
Compiling...
2020551240.cpp
c:\program files (x86)\microsoft visual studio\vc98\include\stdio.h(1) : warning C4182: #include nesting level is 363 deep; possible infinite recursion
c:\program files (x86)\microsoft visual studio\vc98\include\stdio.h(1) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
执行 cl.exe 时出错.

2020551240.exe - 1 error(s), 0 warning(s)
3 回复
#2
lin51616782020-05-05 13:48
贴代码
#3
bcbbcclbbc2020-05-05 15:41
2020551240.cpp
注意文件名后缀 c语言为“.c”
或者重新装一下软件
https://tieba.baidu.com/p/2174889559?red_tag=2314729945&traceid=
这个链接也提到了你说的问题

#4
计算机好难啊2020-05-06 11:36
好的,谢谢各位大佬
1