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 one dimensional array in c++?
How to access a variable of the structure?
What is the disadvantage of using a macro?
Which c++ operator cannot overload?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
What is the use of this pointer in c++?
What are smart pointer? Whats its use?
What is setw manipulator in c++?
How the V-Table mechanism works?
What's the most powerful programming language?
What is class and structure in c++?
What is the difference between "overloading" and "overridding"?