Can you explain the term "resource acquisition is
initialization?"
Answer Posted / 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 |
Post New Answer View All Answers
What are libraries in c++?
Difference between pass by value and pass by reference?
Do you know what are pure virtual functions?
When is dynamic checking necessary?
Can you pass a vector to a function?
What is a catch statement?
Is java as fast as c++?
What are references in c++? What is a local reference?
What is a constructor in c++ with example?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Is it possible to write a c++ template to check for a function's existence?
What is the difference between the functions memmove() and memcpy()?
Describe private, protected and public?
What is c++ mutable?
Why pointer is used in c++?