home *** CD-ROM | disk | FTP | other *** search
- f2c
- ~~~
- Purpose: Convert Fortran 77 to C or C++
-
- Setup:
- Icon Action/Meaning Default
- ---- -------------- -------
- Source Name of file to be converted nil
- (typed or dragged).
- Throwback Report errors and warnings to the on
- editor
-
- Menu:
- Entry Action/Meaning Default
- ----- -------------- -------
- Check arrays generate code to check subscripts off
- Honour case honor the case of variables off
- Integer =2 use short if possible, =4 use int off
- Suppress No warnings off
- Use undefined default type of a variable 'undefined' off
- Check loops don't compile impossible loops off
- ANSI produce ANSI standard C on
- Automatic local variables automatic not static off
- C++ produce C++ off
- Comments include Fortran as comments off
- Separate common put COMMON blocks in separate files on
- No extentions fault f77 extensions off
- Free format accept text after column 72 on
- Line numbers Fortran line numbers in #line lines off
- Prototypes produce file of ANSI prototypes off
- Local common make members of COMMONs look local off
- Multidimension Preserve multidimensional subscripts off
- Temp directory location of temporary files
- <Wimp$ScrapDir>
- No includes ignore Fortran includes off
-