Fortran Programming
Revision: 4-28-09

Introduction

In my last semester of college, I decided to take a class in Fortran programming just for fun (because who really uses Fortran anymore). The following is a collection of the projects I completed during said class; they range from simple I/O programs to data structure manipulation programs. Documentation for these programs is also provided where available. All programs were compiled using Absoft's Fortran compiler for Windows, and as such I can only guarantee successful compilation on that platform. If you've had success or failure with other compilers, please send me a note regarding it.

I'm mainly making this code available because I was appalled by the lack of Fortran examples there are on the web. If you need further help with the language, I'd recommend obtaining a copy of the Fortran 90 Handbook (ISBN 0070004064); it's particularly useful when trying to figure out the archaic I/O and formatting options.


Projects

Complete Download
All the source code and documentation from this page is available in the following archive:
fortran_source.zip