Is it a good practice to always use smart pointers ?
- by Dony Borris
Hi,
I find smart pointers to be a lot more comfortable than raw pointers. So is it a good idea to always use smart pointers? ( Please note that I am from Java background and hence don't much like the idea of explicit memory management. So unless there are some serious performance issues with smart pointers, I'd like to stick with them. )
Any advice would be greatly appreciated. Thanks.