Newbetuts
.
New posts in raii
Does Java support RAII/deterministic destruction?
java
raii
C++ read the whole file in buffer [duplicate]
c++
raii
RAII vs. exceptions
c++
exception
raii
destructor
RAII in Python - automatic destruction when leaving a scope
python
scope
raii
with-statement
C/C++ macro/template blackmagic to generate unique name
c++
c-preprocessor
raii
Why is there no RAII in .NET?
.net
struct
destructor
raii
value-type
Implementing RAII in pure C?
c
raii
Are destructors called after a throw in C++?
c++
exception-handling
try-catch
raii
General guidelines to avoid memory leaks in C++ [closed]
c++
memory
memory-management
raii
Is it abusive to use IDisposable and "using" as a means for getting "scoped behavior" for exception safety?
c#
exception-handling
raii
Understanding the meaning of the term and the concept - RAII (Resource Acquisition is Initialization)
c++
garbage-collection
raii
resource-management
Do I need to manually close an ifstream?
c++
ifstream
raii
Why is it wrong to use std::auto_ptr<> with standard containers?
c++
stl
raii
auto-ptr
c++-faq
Does C++ support 'finally' blocks? (And what's this 'RAII' I keep hearing about?)
c++
exception
raii
finally
c++-faq
If you shouldn't throw exceptions in a destructor, how do you handle errors in it?
c++
exception
destructor
raii
RAII and smart pointers in C++
c++
smart-pointers
raii
What is meant by Resource Acquisition is Initialization (RAII)?
c++
raii
Prev