XML-Wrapper News
Status: Inactive
Brought to you by:
c_r_chapman
Well, we've just gone and decided to scrap the C++ stuff we were doing because it seemed like we were getting too caught up with the implementation details and not getting into the meat of the problem at hand.
Now we're taking a completely new approach, using Java. Instead of trying to do everything ourselves we're going to try to make use of some tried and true libraries such as SAX or DOM. Plus, the clean nature of Java and the fact we don't have to worry memory management means we can just get stuck into coming up with an elegant, efficient algorithm.