Monty Hall, meet Game Theory

Game Theory For years I have been moderately obsessed with Game Theory, for me it is more of a window into the nature of the universe. Things are not optimized in societies, they never will be, because what is best for one person may not be for another. The classic example in Game Theory is the Prisoner’s […]

C++ Inheritance – Virtual Functions

I have done a fair amount of C++ coding, and it has been my most used language for the past couple of years and I provide Google Helpouts/tutoring on C++. There are several topics which pupils always seem to have trouble with, the hardest one being inheritance. What is inheritance? Inheritance in programming is very similar […]

Basic Book Reader

Over the past week I have spent some time building an ebook reader. It is cross platform, as simple as can be, can only read .txt files, and 32Kb. It should really be called the Document Reader, but this is exactly what I want. PDFs are horrid in my opinion and they can differ in size each time you […]