Dec 192017
 
A complex number class for use with Zortech C++ version 2.01. Includes full C++ source code.
File ZCOMPLEX.ZIP from The Programmer’s Corner in
Category C Source Code
A complex number class for use with Zortech C++ version 2.01. Includes full C++ source code.
File Name File Size Zip Size Zip Type
BIOMORPH 328 159 deflated
BIOMORPH.CPP 3394 1415 deflated
BIOMORPH.EXE 64170 31921 deflated
COMPLEX.CPP 2746 1041 deflated
COMPLEX.HPP 7175 1362 deflated
MUTANT 306 155 deflated
MUTANT.CPP 3306 1431 deflated
MUTANT.EXE 63850 31826 deflated
READ.ME 1304 640 deflated

Download File ZCOMPLEX.ZIP Here

Contents of the READ.ME file



This package contains a complex number class for use with Zortech C++
version 2.01. It was taken directly from the #160 January 1990 issue
of Dr.Dobb's Journal. A demo program called Biomorph was also given
which generates 'non-standard' fractal images. Biomorph originally
called the author's own low-level graphics routines which he didn't
supply in the article, so I modified Biomorph to use Zortech's Flash
Graphics Library. I have also included a program called Mutant which
is the same as Biomorph except for a different pixel coloring scheme.
There are many more ways to modify these programs. Have fun!

-Ashley Roeckelein

Files included in zip file:

COMPLEX.HPPHeader for complex number class
COMPLEX.CPPImplements a few complex number methods too bulky to
be implemented as inline.

BIOMORPHMakefile for the Biomorph fractal generator.
BIOMORPH.CPPSource for Biomorph.
BIOMORPH.EXEBiomorph program. Note- this program was compiled
using the -f switch (causes inline 8087 code to be
generated).

MUTANTMakefile for the slighly modified Biomorph program.
MUTANT.CPPSource for Mutant.
MUTANT.EXEMutant program. Note- this program was compiled
using the -f switch (causes inline 8087 code to be
generated).


 December 19, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)