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
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is the difference between object-oriented programming and procedural programming?
Is it possible to write a c++ template to check for a function's existence?
how to connect with oracle 9i with server in socket program in c/c++
What are the classes in c++?
If you don’t declare a return value, what type of return value is assumed?
What are static type checking?
What is function prototyping?
What is algorithm in c++ programming?
Specify different types of decision control statements?
Why do we use setw in c++?
What is the difference between set and map in c++?
What is a tree in c++?
What are the steps in the development cycle?
What are manipulators used for?