home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / c / ZCOMPLEX.ZIP / READ.ME < prev   
Encoding:
Text File  |  1990-03-18  |  1.3 KB  |  31 lines

  1.  
  2.     This package contains a complex number class for use with Zortech C++
  3.     version 2.01.  It was taken directly from the #160 January 1990 issue
  4.     of Dr.Dobb's Journal.  A demo program called Biomorph was also given
  5.     which generates 'non-standard' fractal images.  Biomorph originally
  6.     called the author's own low-level graphics routines which he didn't
  7.     supply in the article, so I modified Biomorph to use Zortech's Flash
  8.     Graphics Library.  I have also included a program called Mutant which
  9.     is the same as Biomorph except for a different pixel coloring scheme.
  10.     There are many more ways to modify these programs.  Have fun!    
  11.  
  12.                             -Ashley Roeckelein
  13.  
  14.     Files included in zip file:
  15.  
  16.     COMPLEX.HPP    Header for complex number class
  17.     COMPLEX.CPP    Implements a few complex number methods too bulky to
  18.             be implemented as inline.
  19.  
  20.     BIOMORPH    Makefile for the Biomorph fractal generator.
  21.     BIOMORPH.CPP    Source for Biomorph.
  22.     BIOMORPH.EXE    Biomorph program.  Note- this program was compiled
  23.             using the -f switch (causes inline 8087 code to be
  24.             generated).
  25.  
  26.     MUTANT        Makefile for the slighly modified Biomorph program.
  27.     MUTANT.CPP    Source for Mutant.
  28.     MUTANT.EXE    Mutant program.  Note- this program was compiled 
  29.             using the -f switch (causes inline 8087 code to be
  30.             generated).
  31.