![]() |
Home | Libraries | People | FAQ | More |
The smart pointer library includes five smart pointer class templates. Smart pointers ease the management of memory dynamically allocated with C++ new expressions. In addition, shared_ptr can ease the management of memory dynamically allocated in other ways.
$Date: 2003/06/09 18:25:41 $