Beginner’s guide to Fortran programming


The links below are simple guidelines on Fortran programming language for the classes that I have thought. To cater for most students who use Windows operating system, I’ve decided to provide the guidelines using Code::Blocks (a type of integrated development environment (IDE)).  Further information on IDE can be found in this website.

  1. Creating new project in Code::Blocks
  2. Printing message on terminal
  3. Writing message in a file
  4. Performing simple mathematical operation (I)
  5. Performing simple mathematical operation (II)
  6. Requesting input from user
  7. Using subroutine subprogram (I)
  8. Using subroutine subprogram (II)
  9. Do-loop for repetitive process