Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The best place for checking the differences between the two is the fortran standards drafts (latest drafts are practically identical to the published standards; only they're free for download).</p> <p>For example, <a href="http://www.fortran.com/F77_std/rjcnf.html" rel="nofollow">f77 standard</a>.</p> <p>The problem however is that in the time of fIV standards were not so followed, and almost all (I can even safely say <em>all</em>) compilers included a variety of vendor extensions, of which some are surely found in your program as well. So, take a compiler manual, if you have one, as well.</p> <p>The process of "updating to f77" (Gawd, I never thought I would say that - "updating to f77") would for you, be best to go in a way.<br> a) take a fortran short tutorial somewhere (a lot of them on the internet); just to see what fortran looks like<br> b) once you start recognizing program elements and structures, you can start translating it. Probability is that you will have to translate a lot of TYPE (depends) to WRITE or PRINT, modify some IF statements, modify some file input/output operations, you'll probably also encounter some COMMONs, with which you can have more or less problems, ... in any case, try, and when get stuck, post here.</p> <p>How big is your assignment?</p> <p>p.s. As I said in some comment above, chances are the program you're translating isn't really fIV but a mixture of fIV, f66/77, maybe even some elements of f90 - but your professor/person giving the assignment isn't aware of the difference. Unless you just copied it from an old data tape. I used to see such examples all the time.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload