  |
Using Fortran with R in Windows - http://www.stats.uwo.ca/faculty/murdoch/software/compilingDLLs/fortran.html
Discusses how to write extensions for R statistical programming language using Compaq Visual Fortran 6.1 and 6.6, g77, and Salford FTN95. |
  |
The F language - http://www.cisl.ucar.edu/zine/96/fall/articles/2.F.language.html
By Jeanne Adams. |
  |
Fortran and Windows - How to do it! - http://www.polyhedron.co.uk/winnl.html
Discusses the creation of Windows programs using the tools supplied by compilers, 3rd party development packages, and using DLLs. |
  |
Creating a Windows DLL with Visual Fortran - http://academic2.american.edu/~jpnolan/Misc/FortranDLL.html
By John Nolan, also covers linking a DLL to S-Plus under Windows. |
  |
Fortran for Microsoft.NET - http://www.codeproject.com/dotnet/intro_fortran.asp
By Narayana Rao Surapaneni, uses the Lahey/Fujitsu compiler. |
  |
Mixing C, C++, and Fortran 77 - http://www.chiralcomp.com/support/mixing_f77_c_cpp/
Article by the Chiral Data company. |
  |
CGI Programming - http://www.ruppweb.org/xray/comp/cgi_prog.htm
Discusses CGI programming in Fortran. |
  |
Mathematical Methods for Chemists -- Numerical Methods: Fortran and Mathematica - http://rsc.anu.edu.au/~harry/COURSES/MATHMETH/
By Harold W. Schranz. Covers Fortran 90. |
  |
Fortran E-Books and Tutorials - http://www.geocities.com/subash_iitkgp/EBooks/Language/Fortran.html
Links to electronic books (introductory, advanced, Fortran 77 and 90, mixed language programming, parallel Fortran); and tutorials. |
 |
F Programming, A Tutorial Introduction - http://www.swcp.com/~walt/fortran_store/Html/Info/books/ftutorial.html
By Robert Moniot, provides a short introduction to the F programming language, which is a subset of Fortran 95. This book, organized in tutorial style, is intended for the novice programmer who wants to learn enough Fortran to do typical numerical computations. In PDF format. |