CS 4448 - Spring 1998
Object-Oriented Programming and Design
Talk 7.2.1
by
Kavita Ravi

Memory Allocation in C++ and C compatibility

by

Andrew Koenig

Why aren't "free" and "new" compatible? Why should [] be specified for deleting for an array if the size isn't necessary?

Garbage Collection in C++ - No panacea but useful

by

Andrew Koenig

Why isn't Garbage Collection a standard in C++?

Garbage Collection

Garbage collection will be useful in applications where objects are more uniform in nature. Until there is a good scheme to specify performance, it will not become a standard.


Copyright © University of Colorado. All rights reserved.
Revised: March 4, 1998