home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities3 / fortrantoc / !f2c_!Help < prev    next >
Encoding:
Text File  |  1994-01-28  |  2.0 KB  |  36 lines

  1.    f2c
  2.    ~~~
  3.    Purpose: Convert Fortran 77 to C or C++ 
  4.  
  5.    Setup:
  6.       Icon                    Action/Meaning                       Default
  7.       ----                    --------------                       -------
  8.       Source                  Name of file to be converted           nil
  9.                               (typed or dragged).
  10.       Throwback               Report errors and warnings to the      on
  11.                               editor
  12.  
  13.    Menu:
  14.       Entry                   Action/Meaning                       Default
  15.       -----                   --------------                       -------
  16.       Check arrays            generate code to check subscripts      off
  17.       Honour case             honor the case of variables            off
  18.       Integer                 =2 use short if possible, =4 use int   off
  19.       Suppress                No warnings                            off
  20.       Use undefined           default type of a variable 'undefined' off
  21.       Check loops             don't compile impossible loops         off
  22.       ANSI                    produce ANSI standard C                on
  23.       Automatic               local variables automatic not static   off
  24.       C++                     produce C++                            off
  25.       Comments                include Fortran as comments            off
  26.       Separate common         put COMMON blocks in separate files    on
  27.       No extentions           fault f77 extensions                   off
  28.       Free format             accept text after column 72            on
  29.       Line numbers            Fortran line numbers in #line lines    off
  30.       Prototypes              produce file of ANSI prototypes        off
  31.       Local common            make members of COMMONs look local     off
  32.       Multidimension          Preserve multidimensional subscripts   off
  33.       Temp directory          location of temporary files
  34.                                                           <Wimp$ScrapDir>
  35.       No includes             ignore Fortran includes                off
  36.