On 7/23/07, parrot_rabbit4u <[EMAIL PROTECTED]> wrote: > > I have a doubt regarding "SMART POINTERS" in c++. What is it? > where it is used . In google I read abt it as "smart pointers are > objects which store pointers to dynamically allocated objects".what is > diff between "smart pointer and void pointer". > > Any one plz answer my question > > >
Google gave this http://en.wikipedia.org/wiki/Smart_pointer I would say that Smart Pointers are used to avoid the Pointer related crashes... however..i personally feel that its better to crash your application rather than not knowing what went wrong were.... -- Regards Sumit Chawla ("eNetra : Hail the Invention") "Computers are useless. They can only give you answers.":Pablo Picasso [Non-text portions of this message have been removed]
