Coder Notepad - Tag smart_ptr

smarter pointers

In a previous article, I've start discussing about a Smart pointers implementation that aims to let me use C++ as a higher level language with some minimal automatic garbage collection functionality. I know that someone will disagree with this approach and also I quite ...

Read More

smart pointers finally

the problem

Finally i've convinced myself to move to them. It's one of those thinks that you fear without a real reason, even if you know they are useful and not so difficult to use, you delays their adoption excusing ...

Read More