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
Any RAII template in boost or C++0x
Sep 19, 2022
c++
templates
boost
c++11
raii
When has RAII an advantage over GC?
Mar 12, 2022
c++
raii
How can I create a smart pointer that locks and unlocks a mutex?
Nov 19, 2022
c++
thread-safety
mutex
smart-pointers
raii
Best practices + syntax for implementing a "contextmanager" in C++
Sep 23, 2022
c++
c++11
raii
contextmanager
What happens when we combine RAII and GOTO?
Sep 16, 2022
c++
goto
raii
RAII wrapper for OpenGL objects
Aug 08, 2021
c++
visual-studio
opengl
dry
raii
Why the Destructor in C++ de-allocated memory in reverse order of how they were initialised?
Sep 25, 2022
c++
memory-management
destructor
raii
Javascript release resources automatically (like RAII)
Mar 30, 2022
javascript
raii
How is destructor called for temporary objects returned from a function in C++?
Sep 15, 2022
c++
raii
A Question On Smart Pointers and Their Inevitable Indeterminism
Oct 18, 2022
c++
shared-ptr
raii
object-lifetime
Why can't Alexandrescu use std::uncaught_exception() to implement SCOPE_FAIL in ScopeGuard11? [duplicate]
Sep 25, 2021
c++
c++11
raii
loki
scopeguard
CUDA: Wrapping device memory allocation in C++
Aug 28, 2022
c++
cuda
raii
placement-new
What wrapper class in C++ should I use for automated resource management?
Sep 15, 2022
c++
raii
resource-management
RAII in Java... is resource disposal always so ugly?
Feb 10, 2022
java
design-patterns
raii
resource-management
Is there a C++ standard class to set a variable to a value at scope exit
Oct 01, 2022
c++
return
raii
exception-safety
Any risk in a AutoCloseable wrapper for java.util.concurrent.locks.Lock?
Nov 18, 2019
java
raii
try-with-resources
auto-close
How does RAII work when a constructor throws an exception?
Mar 29, 2022
c++
exception
constructor
raii
Can you use a shared_ptr for RAII of C-style arrays?
Sep 04, 2022
c++
raii
shared-ptr
Move constructor and const member variables
Sep 04, 2022
c++11
raii
move-constructor
Why do C++ standard file streams not follow RAII conventions more closely?
Feb 27, 2022
c++
iostream
raii
c++-standard-library
« Newer Entries
Older Entries »