Fortran Compiler - Overview
The Silverfrost Fortran compiler is contained within FTN95.EXE. Plato and Visual Studio run this executable for you when they build projects for you.
General
|
Assembler
FTN95 contains a 32-bit IA-32 assembler. Although users will not normally need the flexibility of writing their own machine code, the information
below may be of interest.
|
Mixed Languages
In addition to a full Fortran 95 compiler and IA-32 assembler, FTN95 also contains a C/C++ compiler. This allows users to
mix their Fortran with C code.
|
Language Extensions
This section contains notes about extensions in FTN95 to the Fortran standard.
|