Welcome to MSDN Blogs Sign in | Join | Help

Robert Horvick's Weblog

Team Foundation Server administration and setup

February 2004 - Posts

Struct packing, source listings and the Zen of preprocessed code.
It seems that no matter how good at people (definitely including me) are at writing buggy code they are much less adept at creating good reproduction cases or using their existing tools to figure out what’s going on. A recent issue I saw involved Read More...
MSBuild Task ... validating a source file link exists
Ok, I’m back. No defects this week though. I’ve been distracted by MSbuild. If you are not aware MSBuild is the new build platform for Whidbey. There is some great information about MSBuild here: http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040122VSNETAK/manifest.xml Read More...
SOLUTION : Spotting Code Defects #3 (C++ 101)
As always thanks to those that emailed responses. Please feel free to post them in the feedback area too! The biggest problem with this piece of code is that the stream is not being checked for errors after reading. Look at this block: int age; cin >> Read More...
Spotting Code Defects #3 (C++ 101)
This is an easy one – something for the C++ 101 kids J When first learning C++ there are some fairly canonical samples people go through. Hello World, a simple address book, a simple game of adventure, etc. The name/age lookup sample is another Read More...
Page view tracker