Palm Z22

Posted in Uncategorized on June 15th, 2008 by admin

I bought a Palm Z22 by amzon, i wanted to have an PDA for a long time, but it just didnt needed it enougth to invest money. But this little helper costs only 90 Euro, which is pretty cheap and i gave it a try and i simply love it. It came with a screnn protector and an adapter for all know energyplugs aswell as an usb cable. It took about 30 minutes to set it up. I dont have many dates to remeber, but forget even those few, hope this stops now. One great thing is that Anki works on Palm OS, so now I can learn Japanese everywhere i go :) .

Boost.test

Posted in Uncategorized on June 1st, 2008 by admin

I use boost.test for the unit testing of my game framework and today I found a rather nice feature. I implemented a singleton log manager to print some simple debug message and forgot the destroy method, which would lead to an memoryleak. Using this logmanager in a unit test boost.test printed that it found a memoryleak and the adress in the memory, which helped a lot to find the leak. So now Im using unit testing even more, because it also finds memoryleak, a helpfull sideeffect :).