【发布时间】:2017-02-19 04:35:53
【问题描述】:
我在 d 驱动器中保存了名为 main.c 的 prgram,输出屏幕显示以下错误
"./main" is not recognised as an internal or external command,operable program or batch file.
-----------------------------------------------------
Program exited with code :9009
我该怎么做才能得到正确的输出 操作系统:windows 10
【问题讨论】:
-
操作系统是windows
-
只是检查:您是否编译了程序,或者您只是将源代码放在 main.c 中并期望能够运行它?
标签: c compiler-errors geany