ABSTRACT

Classical FORTRAN is a college text, self-study guide, and reference about computer programming for numerical calculations. The book features a conversational, classroom-proven style that is easy to read and contains numerous case studies and examples. The author provides practical advice on program design, documentation, and coding style and unusu

chapter 0|40 pages

Introduction

chapter 1|8 pages

Hello, World!

chapter 2|10 pages

Expressions and Assignment Statements

chapter 3|16 pages

Conditionals and Branching

chapter 4|34 pages

Scalar Data Types

chapter 5|20 pages

Arrays and DO Loops

chapter 6|30 pages

Subprograms

chapter 7|20 pages

Adjustable Dimensions and EXTERNAL

chapter 8|18 pages

COMMON

chapter 9|32 pages

Input and Output

chapter 10|38 pages

Character Variables

chapter 11|26 pages

Memory Management Techniques

chapter 12|64 pages

Design, Documentation, and Coding Style

chapter 13|72 pages

Archaic, Unusual, and Dangerous Usages

chapter 14|56 pages

UNIX™ Issues

chapter 16|40 pages

Vector and Parallel Processing

chapter 17|58 pages

FORTRAN-90 and HPF

chapter 18|44 pages

Some Utility Routines