<?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: The joys of C++</title>
	<atom:link href="http://jan.varwig.org/archive/the-joys-of-c/feed" rel="self" type="application/rss+xml" />
	<link>http://jan.varwig.org/archive/the-joys-of-c</link>
	<description>Somewhere between Hello World and HAL9000</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: nicolas</title>
		<link>http://jan.varwig.org/archive/the-joys-of-c/comment-page-1#comment-135</link>
		<dc:creator>nicolas</dc:creator>
		<pubDate>Mon, 24 Dec 2007 13:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/the-joys-of-c#comment-135</guid>
		<description>&lt;p&gt;&quot;Assert()&quot; with upper case &quot;A&quot; defined in &quot;MyAssert.h&quot; seems to be some self-made assert.&lt;/p&gt;

&lt;p&gt;The STL-assert &quot;assert()&quot; is defined in &quot;assert.h&quot;.
That&#039;s also just a macro but hopefuly some better made one..&lt;/p&gt;

&lt;p&gt;Curly brackets around the body should do the job:
&lt;code&gt;
define Assert(x) { if(!x) ... }&lt;/p&gt;

&lt;p&gt;&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Assert()&#8221; with upper case &#8220;A&#8221; defined in &#8220;MyAssert.h&#8221; seems to be some self-made assert.</p>
<p>The STL-assert &#8220;assert()&#8221; is defined in &#8220;assert.h&#8221;.<br />
That&#8217;s also just a macro but hopefuly some better made one..</p>
<p>Curly brackets around the body should do the job:<br />
<code><br />
define Assert(x) { if(!x) ... }</code></p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://jan.varwig.org/archive/the-joys-of-c/comment-page-1#comment-84</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Fri, 19 Oct 2007 14:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://jan.varwig.org/archiv/the-joys-of-c#comment-84</guid>
		<description>&lt;p&gt;uuuuh. painful&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>uuuuh. painful</p>
]]></content:encoded>
	</item>
</channel>
</rss>
