Archive for June, 2007

New Projects

Posted by alex on June 16th, 2007

As I promised in my ‘To-Do’ list a while ago, I’ve added some of my old projects that I’ve been meaning to include on this site for a while now. It’s unlikely that many people will find them useful (except perhaps my Download Meter Utility) but I like to keep them here for prosperity more than anything else. I spent a lot of time on some of those projects so it would be a shame if they were to disappear without having before seen the light of the web.

I’m also slowly beginning to fulfill my goal of developing a proper C++ application. At the moment I’ve successfully set up the MS Visual C++ 2005 IDE and compiler as well as the wxWidgets GUI library. Hopefully I’ll even be able to make cross platform applications now that I have the tools set up. The first task I will attempt will be the Project Euler compendium. I already have the design set out in my head and could probably code it up in Java within a day. In C++ though I’d expect it to take a few weeks for me to get the basics hammered out.