The top 10 dead (or dying) computer skills

May 25, 2007

I found this interesting article on computerworld.com. Though I think this is a good overview of the diminishing IT skill scene, as Stewart Padveen says in the article, “Obsolescence is a relative — not absolute — term in the world of technology.”

0

C++ Preprocessor Variables

May 17, 2007

I went several years programming in C/C++ without really knowing about these preprocessor variables. They can be very useful for debugging and logging of custom run time errors/warnings. I have not found a definitive list of them, but here is a list of some useful ones that I know of. (The following variables can vary [...]

1