News

This first installment addresses the most often-mentioned issue regarding C++: memory management. Fortunately, that is no longer the stumbling block it once was, through a technique known as smart ...
So I've made my first tentative steps into C++, when all my previous experience has been with languages with dynamic memory management. I've started using SDL to put together a very simple game to ...