Releasing Resources Of Objects

last modified: April 30, 2002

When interfacing to external systems (a database, a graphics subsystem, a file system, whatever) we often get handles that correspond to resources on these systems, which we are responsible for releasing when we're done. How do we ensure this happens?


Loading...