These demonstration programs are relatively primitive examples of
GAMMA programs. They are intended to show how the compiler
is invoked to produce executable programs & to illustrate
the basics of constructing GAMMA program source code.
All of the demos can be run from the main version directory
(one back from demo directory) using the command
make demo However, you should
individually compile and execute them while comparing their
output to the source codes. This should allow you to obtain
a basic command of C++ syntax and GAMMA program construction.
You can later use more complex GAMMA programs (see
Examples) as a basis for
construction of programs to suit your needs. Note that there
are comments within the sources that give further details as
to what the programs are set to do.
|