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
Which is better c++ or java?
What are the uses of typedef in a program?
Differentiate between a pointer and a reference with respect to c++.
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is a .lib file in c++?
What is class in c++ with example?
How does com provide language transparency?
Explain how functions are classified in C++ ?
what is pre-processor in C++?
What are built-in functions? What is the syntax for the definition?
Explain abstraction.
What is name hiding in c++?
What is namespace & why it is used in c++?
What does flush do c++?
Describe the advantage of an external iterator.