BasicBookReader – Update – Week1

It has been a week since I started on the BasicBookReader and things are going well. I have received a few emails regarding it (to my surprise) and am glad to have some help/interested parties! Total Hours Spend: 23 hrs Compiled Version (on my computer): 81Kb Known Bugs: 1 Github: lettergram/basicbookreader As of today the file…

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…