Silverfrost FTN95: Fortran for Windows is a 32 and 64-bit Fortran compiler for computers using the Microsoft Windows® operating system. It is comprised of several parts including: a Fortran 95 compiler, linker, debugger, Integrated Development Environment (IDE), documentation, ClearWin+, a run-time library and assorted tools.
Fortran compilerThe Fortran compiler is the heart of FTN95. It takes Fortran source files and turns them into something that a PC can run. |
LinkerThe linker, slink, takes the output from the compiler and combines with the run-time library to produce an executable. The linker quite often does its work silently and is hidden by tools like Plato. |
DebuggerSdbg is the debugger you would usually use to debug FTN95 compiled programs. |
PlatoPlato is an Integrated Development Environment (IDE) which will allows you to set up projects, edit source files, compile, link and debug your FTN95 programs. |
ClearWin+ClearWin+ is a library of functions and subroutines that enables Fortran developers to produce Microsoft Windows® applications very quickly. |
Run-time libraryThe run-time library is a collection of subroutines and functions that you can use in your programs. |
.NET SupportIn addition to regular Windows applications FTN95 can also compile Fortran for Microsoft .NET. |
AdditionalAdditional resources. |