<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Evolution Systems &#187; Compilation</title>
	<atom:link href="http://evolution-systems.co.uk/tag/compilation/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Conditional Statements Explained</title>
		<link>http://evolution-systems.co.uk/2008/06/11/conditional-statements-explained-2/</link>
		<comments>http://evolution-systems.co.uk/2008/06/11/conditional-statements-explained-2/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 17:53:07 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Compilation]]></category>
		<category><![CDATA[Conditional]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=505</guid>
		<description><![CDATA[I have often used #if, #ifdef, #if defined() etc as conditional preprocessor directives but haven&#8217;t really thought in depth about the differences between them. It was only when someone asked the question in a C channel on freenode that it made me think. A quick search of google brought me across a nice little explanation. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I have often used #if, #ifdef, #if defined() etc as conditional preprocessor directives but haven&#8217;t really thought in depth about the differences between them. It was only when someone asked the question in a C channel on freenode that it made me think.</p>
<p>A quick search of google brought me across a nice little explanation. Rather than recycling the information here is the link :</p>
<p><a href="http://docs.hp.com/en/B3901-90003/ch07s05.html">Conditional Compilation (#if, #ifdef, ..#endif)</a></p>
<p>Quite an interesting little read.</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2008/06/11/conditional-statements-explained-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
