<?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>technicalganesh &#187; Classical Languages &amp; Tools</title>
	<atom:link href="http://www.technicalganesh.com/category/programming/classical-languages-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technicalganesh.com</link>
	<description>formatting the future...</description>
	<lastBuildDate>Thu, 29 Apr 2010 14:35:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pointers made simple</title>
		<link>http://www.technicalganesh.com/programming/classical-languages-tools/pointers-made-simple/</link>
		<comments>http://www.technicalganesh.com/programming/classical-languages-tools/pointers-made-simple/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:04:11 +0000</pubDate>
		<dc:creator>Ganesh Kumar</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Classical Languages & Tools]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.technicalganesh.com/?p=109</guid>
		<description><![CDATA[




Don’t lose your nerve when you forced to work with pointers?
Introduction
Pointer is an interesting feature of C language. It plays a vital role in major C programs. It is not a complicated data structure; instead it is very simple one that helps us in building many blocks of data structure such as linked list, trees and files.
Declaring pointers
Pointers are variables that store address of other variables (memory locations). As pointer always stores address of memory locations and address of a memory location is always an integer, it will be always ...]]></description>
		<wfw:commentRss>http://www.technicalganesh.com/programming/classical-languages-tools/pointers-made-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Week days and Calender program in C</title>
		<link>http://www.technicalganesh.com/algorithms/week-days-and-calender-program-in-c/</link>
		<comments>http://www.technicalganesh.com/algorithms/week-days-and-calender-program-in-c/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 01:46:49 +0000</pubDate>
		<dc:creator>Ganesh Kumar</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Classical Languages & Tools]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.technicalganesh.com/?p=33</guid>
		<description><![CDATA[




Introduction
Though all of the programming languages enhanced to provide basic date, time and calendar calculations, writing hard logic for a simple requirements such as calander improves our programming skill. Let us consider about calculating day of a week for a given date and calender for a given month in C language. This is for helping learners of C language.
A little logic
Initially these programs store number of days in all 12 months in an array. Julian Day is the number which represents the day number of that date in all 365 ...]]></description>
		<wfw:commentRss>http://www.technicalganesh.com/algorithms/week-days-and-calender-program-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
