Monthly Archives

December 2010

Computers & Programming

Data Structures

I’ve been staring at the code I wrote for the train game for a few days now. I can’t figure out my own code although I know why things are the way they are. The test program, which is really just a program to allow me to draw…

Continue reading
Computers & Programming

Maintaining Old Code

Maintaining old code is what I do at work most of the time. If there is a new feature to be added to the product, there will still be a large amount of existing code that needs to be waded through to get to the places where the…

Continue reading
Computers & Programming

GDI, GDI+, and GLUT

I’ve been messing around with that evolution simulation code. There’s a few things in the code that I don’t yet understand but that’s common when trying to understand the inner workings of code you didn’t write. For instance, some values related to behavior rules are initialized using random…

Continue reading