Search code examples
Fastest `finally` for C++...

c++performanceraiitry-catch-finallyfinally

Read More
Usefulness of RAII without exceptions...

c++exceptionembeddedraii

Read More
A Question On Smart Pointers and Their Inevitable Indeterminism...

c++shared-ptrraiiobject-lifetime

Read More
Is there a language with RAII + Ref counting that does not have unsafe pointer arithmetric?...

c++memoryprogramming-languagesraii

Read More
How does Rust enforce/implement RAII...

rustheap-memoryraii

Read More
In C++ is there an idiomatic way to guard against the situation in which running a collection of act...

c++raii

Read More
Design reason behind setupUi()...

c++qtraii

Read More
One-liner for RAII on non pointer?...

c++winapiraii

Read More
assignment fails for a FILE* class...

c++fileclassraii

Read More
Can std::exit leak memory?...

c++memory-leaksraii

Read More
Should I use smart pointers in this situation?...

c++pointerssmart-pointersraii

Read More
Create a transparent wrapper class in C++ for a C-style object...

c++coperator-overloadingraii

Read More
Inheritance, background thread and RAII...

c++c++11raiistdthread

Read More
Must an object's ctor and dtor be on the same thread?...

c++multithreadingraii

Read More
Forcing the order in which struct fields are dropped...

rustraii

Read More
How to execute an auto-setup function...

c++initializationraii

Read More
emulate a function that propagate into every field like operator= and destructor...

c++templatesc++14raii

Read More
How to delete nested new in C++...

c++raii

Read More
How to use RAII to acquire resources of class?...

c++raii

Read More
Why is it wrong to use std::auto_ptr<> with standard containers?...

c++stlraiiauto-ptrc++-faq

Read More
Statement that isn't a full-expression...

c++expressionraiitemporary-objects

Read More
What does holding a resource is a class invariante mean in RAII?...

c++raiiinvariants

Read More
End of lifetime of static object at block scope versus global scope...

c++11staticlifetimeraii

Read More
What happens when we combine RAII and GOTO?...

c++gotoraii

Read More
Preventing deconstruction of anonymous variable defined in macro until end of scope...

c++classscopemacrosraii

Read More
Clear any transactions...

c++sqlitetransactionsraii

Read More
Writing a C++ interface to a dynamically allocated C struct...

c++c++11design-patternsraii

Read More
Is there a C++ standard class to set a variable to a value at scope exit...

c++returnraiiexception-safety

Read More
RAII wrapper for OpenGL objects...

c++visual-studioopengldryraii

Read More
How do I elegantly use smart pointers to model complex lifetimes in C++?...

c++smart-pointersraiiobject-lifetime

Read More
BackNext