Done with homepage trashing for the time being! Know it's back to coding.
I found some code that i haven't published yet, a python library for parsing the TV-channel information available at the danish national broadcast corporation DR http://dr.dk
Also, i've started coding on libpathfinder again, i have implemented a map template that is able to do what the old MapInt and MapBool classes did before, and more. Now i just need to come up with a super clever way of doing A-star pathfinding on both quadtrees and maps using clever template tactics.
BTW, when i was coding the map template i found out that you couldn't pass a pointer as a template parameter (at least not a null pointer). What i would have liked, is to have a template parameter that defines the default/initial value of a position on the map, e.g. 0 for an integer or null (also 0 in C++) - but the null pointer didn't work , even though in my head it seems to be simple enough. But then again, i've yet to read the Stroustrup book.
Comments (0)
Post comment
If you wish, you can use markdown syntax in the comment field.