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
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
Can Tail Call Optimization and RAII Co-Exist?
Sep 03, 2022
c++
recursion
compiler-construction
tail-recursion
raii
How to handle constructor failure for RAII
Aug 31, 2022
c++
exception
raii
Does ScopeGuard use really lead to better code?
Feb 16, 2022
c++
raii
scopeguard
Do programmers of other languages, besides C++, use, know or understand RAII?
Sep 02, 2022
c++
language-agnostic
raii
RAII in Python - automatic destruction when leaving a scope
Dec 16, 2021
python
scope
raii
with-statement
RAII tutorial for C++ [closed]
Mar 30, 2018
c++
raii
Is a C++ destructor guaranteed not to be called until the end of the block?
Aug 31, 2022
c++
raii
Is the Rule of 5 (for constructors and destructors) outdated?
Aug 31, 2022
c++
smart-pointers
raii
resource-management
Why garbage collection when RAII is available?
Aug 29, 2022
c++
c++11
garbage-collection
language-lawyer
raii
C/C++ macro/template blackmagic to generate unique name
May 08, 2021
c++
c-preprocessor
raii
Does Java support RAII/deterministic destruction?
Aug 29, 2022
java
raii
C++ read the whole file in buffer [duplicate]
Aug 28, 2022
c++
raii
RAII vs. exceptions
Sep 05, 2022
c++
exception
raii
destructor
« Newer Entries
Older Entries »