Monthly Archives: May 2007

std::auto_ptr best practices

One of the frustrating aspects of programming in C++ is memory management. In Java this is, in large part, handled by the garbage collector. As long as you don’t keep references lying about that you don’t need, and the GC

Tagged with: , ,
Posted in Uncategorized
Design a site like this with WordPress.com
Get started