Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raii

When not to use RAII for resource management [closed]

Why is RAII and garbage collection mutually exclusive?

What is the lifetime of the arguments of std::async?

c++ c++14 raii stdasync

Implementing RAII on a folder iteration

Can inversion of control and RAII play together?

inversion-of-control raii

Is it safe to use placement new on 'this' pointer

Why cleanup attribute of GCC/Clang can not be used with function parameter

c gcc raii

Unit Testing Private Method in Resource Managing Class (C++)

Stack-based object instantiation in D

stack d allocation raii phobos

Fastest `finally` for C++ [closed]

How does C++ automatically call destructor?

c++ raii

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

Will the non-lexical lifetime borrow checker release locks prematurely?

rust mutex raii borrow-checker

Is it possible to write/wrap the exception handling components (try,catch) in different class?

Having a destructor take different actions depending on whether an exception occurred

Preventing header explosion in C++ (or C++0x)

Are there cases where a "finally" construct would be useful in C++?

c++ raii finally

How should one log when an exception is triggered?

c++ exception logging raii

In C++ is there an idiomatic way to guard against the situation in which running a collection of actions causes the collection to be mutated?

c++ raii

Win API wrapper classes for handles

c++ windows winapi raii