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

2024-11-15 20:09:40
推荐回答(2个)
回答(1):

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

回答(2):

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