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
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
Are destructors called after a throw in C++?
Aug 27, 2022
c++
exception-handling
try-catch
raii
Why is there no RAII in .NET?
Aug 26, 2022
.net
struct
destructor
raii
value-type
Implementing RAII in pure C?
Feb 01, 2022
c
raii
Is it abusive to use IDisposable and "using" as a means for getting "scoped behavior" for exception safety?
Aug 23, 2022
c#
exception-handling
raii
Understanding the meaning of the term and the concept - RAII (Resource Acquisition is Initialization)
Aug 25, 2017
c++
garbage-collection
raii
resource-management
General guidelines to avoid memory leaks in C++ [closed]
Dec 14, 2021
c++
memory
memory-management
raii
RAII and smart pointers in C++
Aug 14, 2022
c++
smart-pointers
raii
« Newer Entries
Older Entries »