Rhetos
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 9 Ω


Fortran90 unter Bash


Programmieren


Basiswissen


Hier ist kurz erklärt, wie man Fortran90 unter der Shell-Sprache Bash (Unix, Linux) aufruft und kompiliert.

Das Beispielprogramm


Program hello_world
write (*,*) "Hello World"
End program hello_world

Wie erzeugt man eine Programmdatei?



Was muss installiert sein?



Wie kompiliert man?



Wie vergibt man selbst Namen?