Answer Posted / guest
auto_ptr also takes care of auto-initializatio and
exception safety.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ios flag in c++?
What is the difference between #define debug 0 and #undef debug?
What is helper in c++?
Is c++ a dying language?
What are the different types of polymorphism in c++?
Briefly describe a B+ tree. What is bulk loading in it?
What is singleton pattern in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Can a new be used in place of old mallocq? If yes, why?
What is a local reference?
How to implement is-a and has-a class relationships?
Explain Text Manipulation Routines?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What are smart pointers?
What are abstract data types in c++?