<?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: Convert Small Array to Single Variable and Back Again</title>
	<atom:link href="http://www.thelinuxdaily.com/2010/04/convert-small-array-to-single-variable-and-back-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxdaily.com/2010/04/convert-small-array-to-single-variable-and-back-again/</link>
	<description>Tutorials, Guides, Tips, and Tricks from Everyday Experiences</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:08:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Derek@TheDailyLinux</title>
		<link>http://www.thelinuxdaily.com/2010/04/convert-small-array-to-single-variable-and-back-again/#comment-586</link>
		<dc:creator>Derek@TheDailyLinux</dc:creator>
		<pubDate>Sat, 10 Apr 2010 16:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxdaily.com/?p=1583#comment-586</guid>
		<description>I had received an email from a Jim about an error I overlooked when making this entry... a type &#039;int&#039; is only 32 bits, so shifting 40 bits causes grief.  Instead use &#039;long long int&#039; which guarantees 64 bits on a 32 bit architecture, and might be 128 bit on a 64 bit machine.  I updated the entry appropriately.</description>
		<content:encoded><![CDATA[<p>I had received an email from a Jim about an error I overlooked when making this entry&#8230; a type &#8216;int&#8217; is only 32 bits, so shifting 40 bits causes grief.  Instead use &#8216;long long int&#8217; which guarantees 64 bits on a 32 bit architecture, and might be 128 bit on a 64 bit machine.  I updated the entry appropriately.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

