<?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>Joys of Programming &#187; Computer programming</title>
	<atom:link href="http://joysofprogramming.com/tag/computer-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://joysofprogramming.com</link>
	<description>Programming made simpler, easier and Joyful experience</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:11:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The need for logging in Software development</title>
		<link>http://joysofprogramming.com/the-need-for-logging-for-software-development/</link>
		<comments>http://joysofprogramming.com/the-need-for-logging-for-software-development/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 08:33:27 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[GNU Debugger]]></category>
		<category><![CDATA[log4cpp]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=189</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=189&c=915410109' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=189&c=915410109' border='0' alt='' /></a></p><br />Logging and Debugging are the important steps during programming. Though logging is important post-development, especially to find statistics. It can also be used to detect the reasons for a system or a software crash. But logging is not just useful post-development, but it can also be useful during development especially for debugging purposes. How do [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=189&c=25657617' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=189&c=25657617' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/the-need-for-logging-for-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML programming in Linux</title>
		<link>http://joysofprogramming.com/xml-programming-in-ubuntu/</link>
		<comments>http://joysofprogramming.com/xml-programming-in-ubuntu/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 08:52:51 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Advanced Packaging Tool]]></category>
		<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[Data Formats]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Markup Languages]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=161</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=161&c=385012450' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=161&c=385012450' border='0' alt='' /></a></p><br />For a detailed tutorial on XML programming, check the libxml tutorial. To start XML programming in Ubuntu, you must have the following packages in your system libxml2 libxml2-dev libxml2-doc libxml2-utils To install these packages, Once you install these packages, you must check the path where the libxml2 header files are present You must make use [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=161&c=1819303313' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=161&c=1819303313' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/xml-programming-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to start C/C++ Programming in Ubuntu?</title>
		<link>http://joysofprogramming.com/how-to-start-cc-programming-in-ubuntu/</link>
		<comments>http://joysofprogramming.com/how-to-start-cc-programming-in-ubuntu/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:51:45 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Compiler]]></category>
		<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[GNU Compiler Collection]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Standard library]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=113</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=113&c=1385545721' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=113&c=1385545721' border='0' alt='' /></a></p><br />If you want to start C/C++ programming in Ubuntu, there are various steps involved. When you download Ubuntu, it consists more of packages related to daily desktop activities, rather than from the development perspective. But thanks to the huge amount of community support and plenty of packages, this issue can be solved with few of [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=113&c=2056571699' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=113&c=2056571699' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/how-to-start-cc-programming-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is System Programming?</title>
		<link>http://joysofprogramming.com/what-is-system-programming/</link>
		<comments>http://joysofprogramming.com/what-is-system-programming/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:25:17 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[Application Programming Interface]]></category>
		<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Input/output]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Memory management]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=93</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=93&c=1575955896' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=93&c=1575955896' border='0' alt='' /></a></p><br />System Programming is one of the best techniques to be a master in the field of Computer Science. System Programming is a place where all of your core Computer Science subjects are really put into test; be it data structures, algorithms or complexity. Learning system programming helps not only to have an in depth understanding [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=93&c=1023791341' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=93&c=1023791341' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/what-is-system-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  joysofprogramming.com/tag/computer-programming/feed/ ) in 1.17176 seconds, on Feb 8th, 2012 at 6:46 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 7:46 am UTC -->
