Foreign interface
From Dyna
(Redirected from Driver program)
So you wrote a snazzy Dyna program, myprogram.dyna. It
compiled into a set of C++ classes, which are just
sitting there waiting for someone to ask them to dance.
This section of the manual describes how you can use those C++ classes in a C++ "driver program." The driver program contains main(), handles all I/O, and may do a lot of other computation besides.
