Boost shared_ptr Part 1
Reply
If there was any one library that I could not live without, it would be Boost's shared_ptr library. Used in combination with RAII, it simply prevents resource leaks. Yes, really. And the basic usage is simple. What shared pointers do … Continue reading