C++: Digging into C++ Technical Report 1 (TR1)
If you're a C++ developer and not using yet the shared_ptr<> class, you're in for a surprise: https://channel9.msdn.com/ShowPost.aspx?PostID=385821
The discussion below the video is also quite interesting: something like the "GC" camp vs. the "ref counting"...
Thanks Stephan!