Author Archives: keexa

Awkward C++ null pointer usage

I have found similar code to this on Elance, during a C++ test. This amuse me a bit as I found it quite awkward. This code below is from this question on StackOverflow

Posted in programming | Tagged | Leave a comment

Some lessons learned during my job hunting with IT companies

As a developer writing source code generally means to create lines of code and then continuously find bugs and fix them in an iterative process of refining the software. Looking for a job is not that different: you learn from … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

How to learn C++

C++ is surely the most challenging programming language to learn, probably because it is also the most flexible and generic as you can use it for low level (embedded) and high level development. Recently a new standard has come out and … Continue reading

Posted in programming | Tagged , , , | Leave a comment