Bringing Back Memories With Starbug - An Electric Yo Yo Remake
I wouldn’t say this was my first game, but it is one of the more complete games I created. Back in the day before I knew anything about making websites, there was a place called Geocities.com. It was the only place I knew of that I could make a web page and put something on [...]
Looping Through Controls In C++ .NET
I ran into a situation where I needed to loop through all TextBox controls in a c++ .net application. I was able to figure out a cheesy way to do it, but it would only get me the controls at the top level. I needed something better, something that would go into all the tab [...]
Visual c++ Express .net base64 Functions
This problem is two fold. First it solves the problem of converting a string to and from base64, and it shows how to create a function that is not part of the objects in the application. By that, I mean, a function that isn’t created for you by Express when you click on an object [...]

