Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is the best way to implement smart pointers in C++?

How to prevent unused variable warning with non trivial destructor

custom RAII C++ implementation for scoped mutex locks

c++ linux pthreads mutex raii

Why C++ primitive types are not initialized like the rest of types?

c++ constructor primitive raii

C++11: In what order are lambda captures destructed?

c++ lambda c++11 raii

C# - Are objects immediately destroyed when going out of scope?

c# garbage-collection raii

C++ RAII not working?

c++ exception raii

Forcing the order in which struct fields are dropped

rust raii

Does PHP support the RAII pattern? How?

php raii

One-liner for RAII on non pointer?

c++ winapi raii

Possible Memory-leaks with smart pointers

c++ memory-leaks raii