Hi!
mike3 schrieb:
> These BigFloats are stored in something called
> a "FractalMaker" that it used to generate the fractal
> images. It has a list of pointers to BigFloats that
> are created by it's constructor (using "XXXX = new
> BigFloat(...)" for the pointer XXXX), and that hold
> coordinates, etc. for the fractal.
Is there a reason to use "new"? Why are the BigFloats not just ordinary
members of "FractalMaker"? Or at least managed by a container?
Frank