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 files in c++?
What is operators in c++?
Why c++ is not a pure oop language?
What does std :: flush do?
What are the advantages of using pointers in a program?
Can you please explain the difference between static and dynamic binding of functions?
What do you mean by early binding?
What are the differences between new and malloc?
What is the difference between global variables and static varables?
What is a pointer with example?
What are c++ templates used for?
What does namespace mean in c++?