<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Today’s Bug is Brought to You by “Don’t Mix C and C++”</title><link>http://blogs.msdn.com/b/coolbeans/archive/2009/01/07/today-s-bug-is-brought-to-you-by-don-t-mix-c-and-c.aspx</link><description>Take this for example: 
 #include &amp;lt;iostream&amp;gt; 
 #include &amp;lt;iomanip&amp;gt; 
 
 
 class Storage 
 { 
 public : 
 Storage() : m_val( -1 ) {} 
 int m_val; 
 }; 
 
 class Holder 
 { 
 public : 
 Holder() : m_double( 50000 ) {} 
 
 union</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Today’s Bug is Brought to You by “Don’t Mix C and C++”</title><link>http://blogs.msdn.com/b/coolbeans/archive/2009/01/07/today-s-bug-is-brought-to-you-by-don-t-mix-c-and-c.aspx#9292721</link><pubDate>Thu, 08 Jan 2009 05:20:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9292721</guid><dc:creator>Cory Nelson</dc:creator><description>&lt;p&gt;Guess you'll be having more fun with C++0x support then, where non-trivial classes can be part of unions!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9292721" width="1" height="1"&gt;</description></item></channel></rss>