Coder Notepad - Articles by Giuseppe Puoti

smart ordering definition (2nd part)

Here I am to honor the promise I've done closing my last article to explain (I mean even to myself) more tricks to write better ordering composition. What I had in mind closing the article was about situations where containers actually contains pointers to our objects. ...

Read More

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

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