Coder Notepad - Articles in cpp category

smart ordering definition

Recently I've realized i was not really improving my programming capabilities. Because i work with c++, it seeamed natural to me try to study some advanced concepts and techniques. At the end, if they pay me to do that, I'm supposed to have an advanced understanding or, at ...

Read More

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