The RAII Programming Idiom



All Links

Share this:

Details of The RAII Programming Idiom

About The RAII Programming Idiom
The RAII Programming Idiom- A tutorial to the use of the RAII idiom; a simple, eloquent and efficient way to deal with many situations where there is a risk of "leaking" memory, failing to release locks.