samiam@moorecad.com wrote:
Then that would leave you pretty close to automatic dynamic storage recycling, no ?
Partly. When a pointer variable goes out of scope, we cannot automatically dispose it, since copies may exist.
Fully automatic storage recycling still requries full-blown reference counting or garbage collection, AFAICS.
Frank