Posted by Will on July 28, 1999 at 22:07:10:
What is supposed to be the difference between the build and the constructor?
I had the constructor call the build function so the build could be used recursively.
This means that Build should be a private function. Is this ok, or do I need to change my code?