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 are 2 ways of exporting a function from a dll?
What is ios :: in in c++?
To what does “event-driven” refer?
What is an overflow error?
What is size of empty class object
What is private public protected in c++?
Why seem interrupt handlers as member functions to be impossible?
Why we use #include iostream in c++?
What is a smart pointer?
What is a down cast?
Do you know the use of vtable?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??