One of the more basic and fundamental idioms of C++ programming is that of RAII. It’s so simple and fundamental that C++ seems to be the only programming language that supports this idiom. From Wikipedia, RAII is:
Resource Acquisition Is Initialization, often referred to by the acronym RAII (or, erroneously, RIIA), is a popular design pattern [...]
Read the complete post at http://feedproxy.google.com/~r/CppSoup/~3/fIAFt4Zp6mY/
Posted
01-03-2010 8:44 AM
by
C++ Soup!