27th March 2007, 11:46 am
I used to publish these end of month reviews for MarbleMice. Mostly I talked about how the month had gone - Obviously. This was more relevant when I was actually worrying about the number of visitors to this web site and seeing if I was up to the challenge of building a reasonable popular web site. After the move to wordpress as the platform that powers this site I decide it would become more of a blog rather than an article site and I would not try to promote the site in anyway, Just let search engines do their work or not as the case may be.
Continue reading ‘End of March’ »
27th March 2007, 09:49 am
As I mentioned in my original example of a simple calculator using the boost::graph library (BGL) there was a number of things in my code I would like to improve. The major one being a more OO take on the parse tree nodes with each node being represented as an individual class instead of a single class and a type variable. This then naturally leads to using the visitor design pattern for algorithms we apply to the parse tree. This post is about how I went about refactoring the old code use an OO parse tree, I assume you have read my original post.
Continue reading ‘Boost::Graph - Simple Calculator Version 2’ »
23rd March 2007, 02:42 pm
I have been reading a fair bit about the boost::graph library and decide to write a little example using it. I thought I would have a go at writing very simple calculator program using it. The aim is to get a feel for how the boost::graph library works within a piece of code similar to Mist (My compiler project) without actually hooking it into there, that would be way too much work for evaluation. The entry is going to take you over this very basic example.
Continue reading ‘Boost::Graph - Simple Calculator Example’ »
18th March 2007, 05:13 pm
Mist is not dead it is just in a bit of a limbo state. The reasons for this are two fold.
Continue reading ‘Mist is not dead’ »
17th March 2007, 05:40 pm
You may have noticed I have been pretty productive in updating marblemice over the past few weeks. The are a number of small reasons for this. Being between projects so to speak means more time to write this blog and having time to investigate ideas in programming has lead to a number of post on C++. An ankle injury is nearly repaired itself meaning exercise is again possible which has left me energised and finally the discovery of Windows Live Writer has had its effect.
Continue reading ‘Windows Live Writer’ »