Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in raii

RAII with a filestream

c++ fstream raii

What happens when I call std::mem::drop with a reference instead of an owned value?

reference rust raii

Using RAII with a character pointer

C++ and Qt: is this a memory leak? (and general questions)

c++ qt memory-leaks raii

RAII in Objective-C pattern?

Alloc memory in constructor or init function?

Does a private new operator have any unexpected side effects?

c++ stack raii new-operator

Raw pointer inside std::make_shared

c++ pointers c++11 raii

How can RAII be applied for class members that require extended initialization?

c++ initialization raii

Is this bad RAII design?

c++ constructor raii

The difference between RAII and smart pointers in C++

c++ smart-pointers raii

"struct field is never used", but needed by RAII

rust raii

shared_ptr: what's it used for

c++ boost shared-ptr raii

RAII state management

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

RxCpp RAII observable subscription

c++ raii model-view rxcpp

Does computed `goto` respect C++ object lifetime?

c++ gcc goto raii

Is there a proper 'ownership-in-a-package' for 'handles' available?

Possible to detect stack allocated object that isn't captured?

c++ raii

C++ Arrays and make_unique

c++ arrays c++11 unique-ptr raii

Stroustrup's RAII and the cast operator FILE* () = contradiction?

c++ pointers raii