February 2004 - Posts
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...
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...
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...
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...