MinGW使用提示“no input files”?


使用MinGW编译运行程序,报错“no input files”
win7 平台正确安装了wingw(命令行可以查阅版本)。
hello.c的文件位置:C:\project\hello.c

请输入图片描述

程序源码

   
  #include <stdio.h>
  
void main(){
printf("hello,word");
}

这是什么原因?

c 程序编译

〃炫¨灵儿ˇ 10 years, 4 months ago

检查路径和命名试试看......没用过gcc只用过g++

一包辣条233 answered 10 years, 4 months ago

Your Answer