Answered Questions

  • What is Smart Pointer?

    Prakash

    • Jul 24th, 2007

    Smart pointers are objects which store pointers to dynamically allocated (heap) objects. They behave much like built-in C++ pointers except that they automatically delete the object pointed to at the ...