Search code examples
Understanding the destructor call in item 8 of Effective C++, Third edition...


c++exceptiondestructorraiieffective-c++

Read More
Is a C++ destructor guaranteed not to be called until the end of the block?...


c++raii

Read More
Does Java support RAII/deterministic destruction?...


javaraii

Read More
What is standard defer/finalizer implementation in C++?...


c++boostgostlraii

Read More
Does destructor take care of popping member variables from the stack...


c++constructordestructorraiimember-variables

Read More
Do objects part of a class not get constructed until its constructor is called...


c++constructorinitializer-liststdstringraii

Read More
How does Qt manages memory with smart pointers ? My app should be crashing...


c++qtsmart-pointersraii

Read More
How can I recreate an RAII object without briefly having two?...


c++raii

Read More
Does RAII support resource ownership transfer?...


c++raii

Read More
RAII locking with condition...


c++multithreadinglockingraii

Read More
Can lazy loading be considered an example of RAII?...


c++objective-clazy-loadingraii

Read More
Implementing RAII in pure C?...


craii

Read More
Is it smart to use RAII to manage files?...


c++fileraii

Read More
How to ensure that a given action is reverted before leaving the function?...


c++raii

Read More
How to do "try/finally" in C++ when RAII is not possible?...


c++exceptionconstructordestructorraii

Read More
Javascript release resources automatically (like RAII)...


javascriptraii

Read More
White square instead of an actual image...


c++game-developmentsfmlraii

Read More
Resource Aquisition Is Initialization, in Python...


pythonraii

Read More
Understanding the meaning of the term and the concept - RAII (Resource Acquisition is Initialization...


c++garbage-collectionraiiresource-management

Read More
Defer a lambda in C++23...


c++raiic++23

Read More
If you shouldn't throw exceptions in a destructor, how do you handle errors in it?...


c++exceptiondestructorraii

Read More
Do I need to manually close an ifstream?...


c++ifstreamraii

Read More
Is the Rule of 5 (for constructors and destructors) outdated, if smart pointers can take care of res...


c++smart-pointersraiiresource-managementrule-of-three

Read More
Is Qt incompatible with RAII design patterns?...


c++qtdestructorsmart-pointersraii

Read More
Is there any RAII file handle already implemented?...


c++ioraii

Read More
Using RAII for callback registration in c++...


c++c++11callbacksynchronizationraii

Read More
How to achieve RAII with #pragma's?...


c++pragmaraii

Read More
Will this RAII-style Objective-C class work?...


c++objective-cmutexraii

Read More
Why adding a defaulted move assignment operator breaks compilation of standard swap function?...


c++move-semanticsraii

Read More
Why can't Alexandrescu use std::uncaught_exception() to implement SCOPE_FAIL in ScopeGuard11?...


c++c++11raiiscopeguardc++-loki

Read More
BackNext