Can you explain the term "resource acquisition is
initialization?"
Answer / melos
RAAI is the concept of releasing the aquired
memory/resources when the object goes out of scope.
E.g. std::auto_ptr
| Is This Answer Correct ? | 6 Yes | 1 No |
What is difference between class and structure in c++?
Define precondition and post-condition to a member function?
What does int * mean in c++?
What is difference between c++ 11 and c++ 14?
How to give an alternate name to a namespace?
What is function declaration in c++ with example?
What is a concrete class?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is auto used for in c++?
What it is and how it might be called (2 methods).
Can we declare a base-class destructor as virtual?
How do I use turbo c++?