Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in raii
Managing objective-C objects with c++ std::unique_ptr<> or std::shared_ptr<>
Jan 03, 2020
c++
objective-c
memory-management
raii
Detecting active exceptions in the destructor
Nov 07, 2022
c++
exception
destructor
raii
Usefulness of RAII without exceptions
Nov 09, 2022
c++
exception
embedded
raii
Local variable scope question
Aug 16, 2022
c++
scope
raii
RAII sockets: when to release (close)
Aug 10, 2022
c++
c
linux
sockets
raii
Is there any research on (or better use of) of RAII in GC languages?
Dec 22, 2021
garbage-collection
using-statement
raii
with-statement
object-lifetime
RAII approach to catching constructor exceptions
Jul 19, 2018
c++
exception
constructor
raii
RAII and unit testing principles
Oct 17, 2022
unit-testing
raii
design-principles
tradeoff
Destructors not called when native (C++) exception propagates to CLR component
May 11, 2022
.net
exception
c++-cli
destructor
raii
How to handle failure to release a resource which is contained in a smart pointer?
Oct 31, 2022
c++
smart-pointers
raii
What should the default constructor do in a RAII class with move semantics?
Oct 30, 2022
c++
c++11
move-semantics
raii
C++ using RAII with destructor that throws
Nov 12, 2022
c++
exception
raii
Implementing RAII in C#
Oct 27, 2022
c#
raii
Good or Bad C++ Idiom - Objects used purely for constructor/destructor?
Jul 24, 2019
c++
idioms
raii
longjmp and RAII
Sep 05, 2021
c++
raii
signal-handling
setjmp
C++ RAII Questions
Aug 16, 2022
c++
windows
raii
Is it possible to use std::unique_ptr to manage DLL resource?
Mar 17, 2022
c++
c++11
dll
raii
RAII in Ruby (Or, How to Manage Resources in Ruby)
Oct 21, 2019
ruby
resources
destructor
raii
finalizer
Is RAII safe to use in C#? And other garbage collecting languages?
Aug 23, 2022
c#
raii
What's the shortest path in C++11 (or newer) to create an RAII wrapper without having to write a new class?
Jun 08, 2021
c++
c++11
c++14
c++17
raii
« Newer Entries
Older Entries »