主题:求大侠相助
我新安装的fortran软件,按照书里教的先运行developer studio ,然后点击file-new,建立fortran console application 类型的project,在新建fortran free format source file。
然后我试着编写了最简单的程序
program 111
write (*,*) "hello"
stop
end
点击built-execute,但是提示debug中不存在.exe文件,完全不运行
为什么呀为什么
然后我试着编写了最简单的程序
program 111
write (*,*) "hello"
stop
end
点击built-execute,但是提示debug中不存在.exe文件,完全不运行
为什么呀为什么