Answer Posted / nashiinformaticssolutions
A smart pointer is a C++ class that manages the lifetime of a dynamically allocated object.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why can templates only be implemented in the header file?
What is wrapper class in c++?
Explain the properties and principles of oop.
Why do we need pointers?
What are references in c++?
What is struct c++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Can we change the basic meaning of an operator in c++?
What is the default width for ouputting a long integer using the insertion operator?
What is the difference between C and CPP?
Write about the retrieval of n number of objects during the process of delete[]p?
What is split a string in c++?
When do you call copy constructors?
What is meant by const_cast?
What is the meaning of c++?