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
Why #include is used?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is the difference between cin.read() and cin.getline()?
How can you specify a class in C++?
What are the different types of polymorphism in c++?
What is runtime polymorphism in c++?
Difference between delete and free.
Difference between strdup and strcpy?
Is c++ a high level language?
What are the benefits of operator overloading?
Can you use the function fprintf() to display the output on the screen?
How do you define a class in c++?
What is function overloading in C++?