Daily Archives: 1.9.2008
std::tr1::shared_ptr tutorial
The C++ TR1 additions contain an extremely useful smart pointer: std::tr1::shared_ptr. Used properly, it allows creating efficient and safe C++ code without the risk of memory leaks. Point in case: I have a personal project with 10k + LoC without … Continue reading
Posted in General
4 Comments