Welcome to MSDN Blogs Sign in | Join | Help

January 2009 - Posts

When Bugs Knock on Your Door
I bought a place back in September and had just this week gotten things mostly settled. Then today some people knocked on my door. I opened, and there were 3 men, 2 women and baby. It sounded like the makings of some kind of movie sequel, but not the Read More...
Today’s Bug is Brought to You by “Don’t Mix C and C++”
Take this for example: #include <iostream> #include <iomanip> class Storage { public : Storage() : m_val( -1 ) {} int m_val; }; class Holder { public : Holder() : m_double( 50000 ) {} union { double m_double; struct { Storage m_storage; int Read More...
Page view tracker