Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raii

Is there any research on (or better use of) of RAII in GC languages?

RAII approach to catching constructor exceptions

c++ exception constructor raii

RAII and unit testing principles

Destructors not called when native (C++) exception propagates to CLR component

How to handle failure to release a resource which is contained in a smart pointer?

c++ smart-pointers raii

What should the default constructor do in a RAII class with move semantics?

c++ c++11 move-semantics raii

C++ using RAII with destructor that throws

c++ exception raii

Implementing RAII in C#

c# raii

Good or Bad C++ Idiom - Objects used purely for constructor/destructor?

c++ idioms raii

longjmp and RAII

C++ RAII Questions

c++ windows raii

Is it possible to use std::unique_ptr to manage DLL resource?

c++ c++11 dll raii

RAII in Ruby (Or, How to Manage Resources in Ruby)

Is RAII safe to use in C#? And other garbage collecting languages?

c# raii

What's the shortest path in C++11 (or newer) to create an RAII wrapper without having to write a new class?

c++ c++11 c++14 c++17 raii

What is standard defer/finalizer implementation in C++?

c++ boost go stl raii

Pattern name for create in constructor, delete in destructor (C++)

c++ design-patterns raii

Using RAII to nest exceptions

What is a "prospective destructor" in C++20?

Making a HANDLE RAII-compliant using shared_ptr with a custom deleter

c++ winapi raii