Patrice Roy's new book, C++ Memory Management, has made me more conscious of object lifetimes. C++ is stricter than C about lifetimes, and common, textbook memory management that's sound in C is less so in C++ -- more than I realized. The book also ...