Jisho

×
Wikipedia definition
1. Resource Acquisition Is InitializationResource Acquisition Is Initialization (RAII, sometimes RIIA) is a programming idiom used in several object-oriented languages like C++, D and Ada. The technique was invented by Bjarne Stroustrup to deal with resource allocation and deallocation in C++. In this language, the only code that can be guaranteed to be executed after an exception is thrown are the destructors of objects residing on the stack.
Read “Resource Acquisition Is Initialization” on English Wikipedia
Read “RAII” on Japanese Wikipedia
Read “Resource Acquisition Is Initialization” on DBpedia

Discussions

to talk about this word.