<?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>Computer Cranium &#187; C++</title>
	<atom:link href="http://computercranium.com/category/programming/cpp/feed" rel="self" type="application/rss+xml" />
	<link>http://computercranium.com</link>
	<description>Your Computer Science Resource</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PROJECT: Long Integer ADT</title>
		<link>http://computercranium.com/data-structures-and-algorithms/long-integer-adt</link>
		<comments>http://computercranium.com/data-structures-and-algorithms/long-integer-adt#comments</comments>
		<pubDate>Sun, 04 Jan 2009 06:54:40 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[adt]]></category>
		<category><![CDATA[long int]]></category>
		<category><![CDATA[long integer]]></category>
		<category><![CDATA[longint]]></category>

		<guid isPermaLink="false">http://computercranium.com/?p=192</guid>
		<description><![CDATA[Data types in Java and C++ (amongst other languages) are limited to a specified range. Even in most basic calculators, performing an operation with 9 or more digits will result in an error. Sometimes, though, you have to perform very large calculations. Wouldn&#8217;t it be nice if there were an ADT that can perform arbitrary [...]]]></description>
		<wfw:commentRss>http://computercranium.com/data-structures-and-algorithms/long-integer-adt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PROJECT: Huffman Coding</title>
		<link>http://computercranium.com/data-structures-and-algorithms/huffman-coding</link>
		<comments>http://computercranium.com/data-structures-and-algorithms/huffman-coding#comments</comments>
		<pubDate>Sat, 27 Dec 2008 17:17:36 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[huffman]]></category>
		<category><![CDATA[huffman coding]]></category>

		<guid isPermaLink="false">http://computercranium.com/?p=54</guid>
		<description><![CDATA[In the field of computer science, data compression is an extremely important tool used in many different types of applications.  One way to compress data is to convert the data to binary code, using a shorter code for more frequently used values and a longer code for less frequently used values.  Doing so [...]]]></description>
		<wfw:commentRss>http://computercranium.com/data-structures-and-algorithms/huffman-coding/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
