Smart pointers - cases where they cannot replace raw pointers
Posted
by benjamin button
on Stack Overflow
See other posts from Stack Overflow
or by benjamin button
Published on 2010-04-07T14:17:13Z
Indexed on
2010/04/07
14:23 UTC
Read the original article
Hit count: 591
c++
HI,
I have this query about smart pointers.
I heard from one of my friends that smart pointers can almost always replace raw pointers. but when i asked him what are the other cases where smart pointers cannot replace the raw pointers,i did not get the answer from him.
could anybody please tell me when and where they cannot replace raw pointers?
© Stack Overflow or respective owner