<?xml version="1.0" encoding="utf-8" ?><?xml-stylesheet type="text/xsl" href="http://www.daniweb.com/js/rss.xsl"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community
			 - C			Code Snippets					</title>
		<link>http://www.daniweb.com/software-development/c/code/_/118</link>
		<description>Our C forum is the place for Q&amp;A-style discussions related to the C language as per the ANSI C standard. Otherwise use our C++ forum.</description>
		<language>en-US</language>
		<ttl>60</ttl>
		<!-- PubSubHubbub Discovery -->
		<link rel="hub" href="http://daniweb.superfeedr.com/" xmlns="http://www.w3.org/2005/Atom" />
		<link rel="self" href="http://www.daniweb.com/rss/pull/118/code" xmlns="http://www.w3.org/2005/Atom" />
		<!-- End Of PubSubHubbub Discovery -->
				<item>
			<title>Progress of a Bubble Sort (C)</title>
			<link>http://www.daniweb.com/software-development/c/code/449023/progress-of-a-bubble-sort-c</link>
			<pubDate>Fri, 01 Mar 2013 17:36:39 +0000</pubDate>
			<description>The bubble sort is slow and I thought it would be interesting to visualize the progress as it sorts an array of integers.</description>
			<content:encoded><![CDATA[ <p>The bubble sort is slow and I thought it would be interesting to visualize the progress as it sorts an array of integers.</p>
 ]]></content:encoded>
			<category domain="http://www.daniweb.com/software-development/c/118">C</category>
			<dc:creator>vegaseat</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/software-development/c/code/449023/progress-of-a-bubble-sort-c</guid>
		</item>
			</channel>
</rss>