Search code examples
How to implement RAII if the resource acquisition could fail...

c++raii

Read More
RAII in Ruby (Or, How to Manage Resources in Ruby)...

rubyresourcesdestructorraiifinalizer

Read More
RAII in Objective-C pattern?...

objective-craiiexception-safety

Read More
C++ function to create and destroy temporary with given type and constructor parameters...

c++raiivisitor-patternvariadic

Read More
C++ and Qt: is this a memory leak? (and general questions)...

c++qtmemory-leaksraii

Read More
How can RAII be applied for class members that require extended initialization?...

c++initializationraii

Read More
Passing resource-locking object as parameter...

c++referenceraii

Read More
Idiomatic short lifespan local objects akin to RAII...

iphoneobjective-ciosmemory-managementraii

Read More
RAII-Wrapper for .NET?...

.netraii

Read More
RAII in Java... is resource disposal always so ugly?...

javadesign-patternsraiiresource-management

Read More
C++ RAII Questions...

c++windowsraii

Read More
Why is gcc destroying my object instantly despite its scope? (and how do I make it not do that?)...

c++optimizationgccdestructorraii

Read More
Formal treatment of RAII and/or safe deallocations in C++...

memory-managementcomputer-sciencelanguage-designraii

Read More
Why is there no RAII in .NET?...

.netstructdestructorraiivalue-type

Read More
Pointers to object as class member in "modern C++"...

c++raii

Read More
Detecting when destructor running due to exception being thrown?...

c++exceptiondestructorraii

Read More
Python with statements...

pythonraiiwith-statement

Read More
Why use one vs the other: `boost::shared_array` VS `boost::shared_ptr<std::vector>`?...

c++booststlshared-ptrraii

Read More
shared_ptr: what's it used for...

c++boostshared-ptrraii

Read More
RAII and system resource cleanup...

resourcessystemraii

Read More
Best way to use RAII conditionally...

c++raii

Read More
Does a private new operator have any unexpected side effects?...

c++stackraiinew-operator

Read More
Win API wrapper classes for handles...

c++windowswinapiraii

Read More
Replicating C++'s RAII in C#...

c#loggingraii

Read More
RAII and Stack unwinding...

c++exceptionraiistack-unwinding

Read More
longjmp and RAII...

c++raiisignal-handlingsetjmp

Read More
Preventing header explosion in C++ (or C++0x)...

c++pointersc++11smart-pointersraii

Read More
Understanding the life time of an object, scope, RAII...

c++scoperaii

Read More
boost::shared_?? for non-pointer resources...

c++boostraiireference-countingshared-ptr

Read More
Local variable scope question...

c++scoperaii

Read More
BackNext