I’ve published the source code of the program I wrote for my tech talk at the 2011 PyDay conference. It’s a Python script and a companion C library that calculates…Continue readingThe Mandelbrot Project
I was reading some post about interview questions of 2011 and came across one that stated “find the square root of a number”. Assuming we can’t use the sqrtf function…Continue readingImplementing sqrt
I have been testing the Android development tools. From what I have learned, the tools are separated into two main products: the Android Software Development Kit (SDK) and the Android…Continue readingExploring the Android NDK
Non-C / Non-C++ programmers usually tend to confuse both languages with one another. Even though C++ is (in general) a superset of C, they are at their root very different…Continue readingOpaque Type Oriented Programming in C