C/C++
floyd.lst
Associated article: Making the C-to-Fortran Connection
Tags: C/C++
_THE C-TO-FORTRAN CONNECTION_
by Michael Floyd
[LISTINÇ ONE]
/* DOT.C - uses Lahey FORTRAN's random number generator to randomly
place pixels on the screen.
This example demonstrates how to call F77L functions and
subroutines from a C program.
Uses ...


