How to implement RAII if the resource acquisition could fail...
Read MoreRAII in Ruby (Or, How to Manage Resources in Ruby)...
Read MoreC++ function to create and destroy temporary with given type and constructor parameters...
Read MoreC++ and Qt: is this a memory leak? (and general questions)...
Read MoreHow can RAII be applied for class members that require extended initialization?...
Read MorePassing resource-locking object as parameter...
Read MoreIdiomatic short lifespan local objects akin to RAII...
Read MoreRAII in Java... is resource disposal always so ugly?...
Read MoreWhy is gcc destroying my object instantly despite its scope? (and how do I make it not do that?)...
Read MoreFormal treatment of RAII and/or safe deallocations in C++...
Read MorePointers to object as class member in "modern C++"...
Read MoreDetecting when destructor running due to exception being thrown?...
Read MoreWhy use one vs the other: `boost::shared_array` VS `boost::shared_ptr<std::vector>`?...
Read Moreshared_ptr: what's it used for...
Read MoreBest way to use RAII conditionally...
Read MoreDoes a private new operator have any unexpected side effects?...
Read MoreWin API wrapper classes for handles...
Read MorePreventing header explosion in C++ (or C++0x)...
Read MoreUnderstanding the life time of an object, scope, RAII...
Read Moreboost::shared_?? for non-pointer resources...
Read More