|
기간제한 없는 무료 Fortran 설치 및 기초 사용방법 |
’20.5.6, 다음카페 VFUN
□ Silverfrost FORTRAN and Tools
ㅇ H/P : silverfrost.com
□ Getting Started
□ Tools
ㅇ FTN95 the compiler
ㅇ SLINK the linker
ㅇ SDBG the debugger
ㅇ Plato the editor
ㅇ salflibc.dll the library
□ First Program
PROGRAM demo
PRINT *, “Daum VFUN”
END PROGRAM demo
□ 도스창에서 포트란 실행파일 만들기(Action)
ㅇ Plato Write demo.f95
ㅇ FTN95 Translate demo.f95 to demo.obj
ㅇ SLINK Translate demo.obj to demo.exe
ㅇ Run demo.exe
□ Error Reporting
ㅇ Compile time errors
ㅇ Link time errors
ㅇ Run time errors
#fortran, #포트란, #visual fortran, #비주얼 포트란, #ftn95, #무료 포트란, #silverfrost, #install, #installing, #intel, #intel fortan, #ms, #ms visual studion
|