FORTRAN
Not much here really. At the moment, all I can share is a series of small programs written for my CS315 - Programming Languages course. The programs demonstrate how "Do" statements are implemented in Fortran.
Not much here really. At the moment, all I can share is a series of small programs written for my CS315 - Programming Languages course. The programs demonstrate how "Do" statements are implemented in Fortran.
Demonstration of Do statements in Fortran77.
NOTE: use a g77 compiler.
source list:
kokmen1.f [ html ] [ f ]
kokmen2.f [ html ] [ f ]
kokmen3.f [ html ] [ f ]
kokmen4.f [ html ] [ f ]
source archive: [ tar.gz ]