ComplicatedPhenomenon / Fortran_training

Other
0 stars 1 forks source link
fortran practice-project

What this repository is about?

This repository will cover the most features in Fortran.

stick to 3 advices:

  1. To get good at anything you have to practice every day, and eventually it'll be easier and fun.

  2. If you break the problem down into small exercises and lessons, and do them every day, you can learn to do almost anything. If you focus on slowly improving and enjoying the learning process, then you will benefit no matter how good you are at it.

  3. People hearing without listening.

Strive to 3 standards

Learn from curly selected project

Search from the recently updated Fortran program for inspiration.

Right way to begin with Fortran

Compilers in Fortran

gfortran is used in most times, nevertheless, Situation of using multiple compiler can also happen. As some Fortran features are not implemented in gfortran.

gfortran compiler wiki.

What's new in gfortran 8?

Debug method

Documentation for Fortran Project

Ford , which is written in Python, can be used to automatically generate documentation for Fortran projects.

Recommendation of People