Monthly Archives: December 2011
(Not so much) Fun with QSharedPointer
Qt has a wonderful way of dealing with memory management. The core idea is simple. Most objects have a parent, and when the parent gets destroyed, it will first destroy all its children. Using this technique, you can often write … Continue reading