使用vc6.0编程时:编译的时候没有问题,但是运行时就提示有一个错误,执行link.exe错误

2024年11月15日 20:09
有2个网友回答
网友(1):

没有包含头文件 stdio.h
加上 #inlcude

网友(2):

新建一个工程,把代码拷贝过去