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 […]

Cost Per Calorie from a Vending Machine

Quite often I have found myself wondering how to most efficiently obtain the calories I need. For example, I am currently on a two day trip to Richmond Virginia for my internship with Capital One. Being deathly allergic to peanuts and sesame seeds I often find myself skip meals the rest of the interns can […]