C++11 & Boost: More about pointers…

Revising C++…Loads of things have changed since 1998!!! #include #include #include  class myClass {public: myClass(int); ~myClass(); int getI(){return i;}private: int... [Read More]

The Research Software Engineer

“Software engineering professionals are trained in best practices [...] Attempts to leverage these skills within academia by employing contract programmers... [Read More]

CPUs evolution...

Number of cores has increased but clock speed hit the wall around 2003 (physics!).Concurrency is the key for the future.... [Read More]