I'm looking for the application of smart pointers in multithreading. I agree that "More Effective C++" is a good reference on smart pointers, but it doesn't really provide me with any information that I didn't already know. As I indicated in the question, I have already implemented a smart pointer. Beyond that, I'm looking for a commercial-level/standard smart pointer and, most importantly, a discussion on the application of smart pointers in multithreading.
Main Topics
Browse All Topics





by: thuiPosted on 1997-10-29 at 10:17:33ID: 1309028
One good reference I saw is in Scott Meyer's More Effective C++: Item 28 on page 159. Actually, his books are really good (Effective C++).