Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Thursday, February 11, 2010

Why didn't I think of that?

As much as I love C++, I've also thought that formatted output was a bit of a pain. Every time I have to do it, I spend tons of time looking things up and getting everything to work the way I expect. It's the only time that I long for a C feature (printf). Well, today I stumbled along this article, and I have to say that the guy is a genius. It's definitely one of those "oh ya" type of things that's almost so simple that it's stupid and makes you wonder why you didn't think of it, but is also so profound that it's amazingly powerful. I tip my hat to the wonderful beauty and power contained in this simple solution.

Tuesday, April 22, 2008

My Old Code

So I'm out sick today and I decided to put all of my old code up on a Google Code Project. It's probably not that exciting, but if anyone is ever interested they can check it out here.