<?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>Techarraz &#187; C</title>
	<atom:link href="http://www.techarraz.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techarraz.com</link>
	<description>Saving technophobes since 2008</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:28:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<!-- google_ad_section_end --><!-- google_ad_section_start -->	<item>
		<title>Program Without main()</title>
		<link>http://www.techarraz.com/tech-news/program-without-main/</link>
		<comments>http://www.techarraz.com/tech-news/program-without-main/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 07:09:50 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[pragma]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techarraz.com/?p=29</guid>
		<description><![CDATA[Oftentimes in classrooms, we are taught that the main function is the 'main' function in any program! Is this an undisputed truth?]]></description>
			<content:encoded><![CDATA[<p>Oftentimes in classrooms, we are taught that the main function is the &#8216;main&#8217; function in any program! Is this an undisputed truth?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/tech-news/program-without-main/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keywords less used</title>
		<link>http://www.techarraz.com/tech-news/22/</link>
		<comments>http://www.techarraz.com/tech-news/22/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 14:04:40 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techarraz.com/?p=22</guid>
		<description><![CDATA[In c, there are some keywords the usage of which is not very clearly defined (in textbooks). But they are an important part of the language. Here are some I could find.]]></description>
			<content:encoded><![CDATA[<p>In c, there are some keywords the usage of which is not very clearly defined (in textbooks). But they are an important part of the language. Here are some I could find.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/tech-news/22/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The C++ IDE I Use</title>
		<link>http://www.techarraz.com/personal/the-c-ide-i-use/</link>
		<comments>http://www.techarraz.com/personal/the-c-ide-i-use/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 12:07:31 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techarraz.com/?p=13</guid>
		<description><![CDATA[C++ BLOODSHED DEV c++ Screenshot ::  Advantages :: Is developed under the GNU general public license, prviding hassle free usage. Works with the gcc compiler providing a standardized development environment to programmers. Fast code edting with fast support for project management. Advanced support for templates and package management. Easy debugging DEV C++ homepage :: www.bloodshed.net/devcpp.html [...]]]></description>
			<content:encoded><![CDATA[

<p style="text-align: center;"></p>

<h2>C++</h2>
<ol>
	<li> BLOODSHED DEV c++</li>
</ol>
Screenshot :: 

Advantages ::
<ul>
	<li>Is developed under the GNU general public license, prviding hassle free usage.</li>
	<li>Works with the gcc compiler providing a standardized development environment to programmers.</li>
	<li>Fast code edting with fast support for project management.</li>
	<li>Advanced support for templates and package management.</li>
	<li>Easy debugging</li>
</ul>
DEV C++ homepage	:: <a href="http://www.bloodshed.net/devcpp.html" target="_blank">www.bloodshed.net/devcpp.html</a>

Download DEV C++	:: <a href="http://nchc.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe" target="_blank">Sourceforge ...

]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/personal/the-c-ide-i-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why C Should Be Regarded Low Level</title>
		<link>http://www.techarraz.com/personal/why-c-should-be-regarded-low-level/</link>
		<comments>http://www.techarraz.com/personal/why-c-should-be-regarded-low-level/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 07:24:27 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techarraz.com/?p=11</guid>
		<description><![CDATA[My  friends find it pretty hard to believe that C is a low level language. Now even I cannot say with full confidence that C is a low level language but it definitely is not high level. Here are quite a few points in support of the inclination of C to being a low level [...]]]></description>
			<content:encoded><![CDATA[

My  friends find it pretty hard to believe that C is a low level language. Now even I cannot say with full confidence that C is a low level language but it definitely is not high level. Here are quite a few points in support of the inclination of C to being a low level ...

]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/personal/why-c-should-be-regarded-low-level/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Differences Between C and C++</title>
		<link>http://www.techarraz.com/personal/differences-between-c-and-c/</link>
		<comments>http://www.techarraz.com/personal/differences-between-c-and-c/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 20:53:21 +0000</pubDate>
		<dc:creator>Chinmoy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techarraz.com/?p=3</guid>
		<description><![CDATA[There are many differences between C and C++ programming like in declaring variables, functions and using them. Some differences are listed below.]]></description>
			<content:encoded><![CDATA[<p>There are many differences between C and C++ programming like in declaring variables, functions and using them. Some differences are listed below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techarraz.com/personal/differences-between-c-and-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	<!-- google_ad_section_end --></channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/42 queries in 0.067 seconds using disk: basic
Object Caching 625/707 objects using disk: basic

Served from: www.techarraz.com @ 2012-02-08 07:21:41 -->
