Coder Notepad - Articles in cpp category

Raise exceptions my way

As a programmer I want to be proud of what I write and I'm proud of those rare peace of code that I've written. In particular my aim is to be able to write a code that people can understand without dealing with all the details. A code ...

Read More

A convenient approch for feature extractor

When I've start seriously using STL algorithms, I suddenly realized how much I miss a way to define anonymous class or functions. For example, it is a quite common need to run an STL algorithm based on some of the prooperty of object a container is holding. In this ...

Read More

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