What are smart pointer? Whats its use?
Answer / amit wagh
Smart Pointer is basically a class implementation, which
wraps around a pointer and provided functionalities like
ownership of allocated memory proper cleanup.
Smart pointers are used when dealing with memory allocated
on heap.
Is This Answer Correct ? | 5 Yes | 0 No |
What is an adaptor class or wrapper class in c++?
What are guid? Why does com need guids?
What are the differences between a struct in C and in C++?
What are friend functions?
Do inline functions improve performance?
What is an Object/Instance?
What is the use of setprecision in c++?
What is the need of a destructor? Explain with the help of an example.
What is the difference between multiple and multilevel inheritance in c++?
Why seem interrupt handlers as member functions to be impossible?
What's the best free c++ profiler for windows?
Why do we use iterators?