<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Structure Initialization (All Elements to 0) In C</title>
	<atom:link href="http://www.safercode.com/blog/2009/12/24/structure-initialization-c.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.safercode.com/blog/2009/12/24/structure-initialization-c.html</link>
	<description>Making Your Code Faster, Stronger, Safer…</description>
	<lastBuildDate>Tue, 31 Aug 2010 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anish</title>
		<link>http://www.safercode.com/blog/2009/12/24/structure-initialization-c.html#comment-3536</link>
		<dc:creator>Anish</dc:creator>
		<pubDate>Sun, 08 Aug 2010 08:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.safercode.com/blog/2009/12/24/structure-initialization-c.html#comment-3536</guid>
		<description>Can you site some case when NULL may not be equal to 0?</description>
		<content:encoded><![CDATA[<p>Can you site some case when NULL may not be equal to 0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay C.</title>
		<link>http://www.safercode.com/blog/2009/12/24/structure-initialization-c.html#comment-3461</link>
		<dc:creator>Jay C.</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.safercode.com/blog/2009/12/24/structure-initialization-c.html#comment-3461</guid>
		<description>There was some discussion of this exact topic at my work recently.  After looking it up in Harbison, Steele &quot;C: A Reference Manual (5th Edition)&quot;, and verifying against various recent and old versions of gcc, we&#039;re convinced that the single 0 in the braces is not needed.  If it looks cleaner to you, the following should work:

struct a b = {};</description>
		<content:encoded><![CDATA[<p>There was some discussion of this exact topic at my work recently.  After looking it up in Harbison, Steele &#8220;C: A Reference Manual (5th Edition)&#8221;, and verifying against various recent and old versions of gcc, we&#8217;re convinced that the single 0 in the braces is not needed.  If it looks cleaner to you, the following should work:</p>
<p>struct a b = {};</p>
]]></content:encoded>
	</item>
</channel>
</rss>
