<?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>softwerkz.net &#187; Operators</title>
	<atom:link href="http://softwerkz.net/tag/operators/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwerkz.net</link>
	<description>experience it!</description>
	<lastBuildDate>Fri, 04 May 2012 13:09:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Bitwise operators vs. Boolean operators in C/C++</title>
		<link>http://softwerkz.net/2009/11/bitwise-operators-boolean-operators/</link>
		<comments>http://softwerkz.net/2009/11/bitwise-operators-boolean-operators/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:23:34 +0000</pubDate>
		<dc:creator>softz</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Operators]]></category>

		<guid isPermaLink="false">http://softwerkz.net/?p=96</guid>
		<description><![CDATA[In this post, we look into the difference between Bitwise and Boolean operators in C/C++. We need to understand how the compiler interprets them so that we could write more efficient code, especially for performance-critical code in our library or application.]]></description>
		<wfw:commentRss>http://softwerkz.net/2009/11/bitwise-operators-boolean-operators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

