<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to make a Calendar in C</title>
	<atom:link href="http://www.codingunit.com/how-to-make-a-calendar-in-c/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/how-to-make-a-calendar-in-c</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Sun, 29 Aug 2010 12:24:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Frederik</title>
		<link>http://www.codingunit.com/how-to-make-a-calendar-in-c/comment-page-1#comment-1323</link>
		<dc:creator>Frederik</dc:creator>
		<pubDate>Wed, 07 Jul 2010 22:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingunit.com/?p=983#comment-1323</guid>
		<description>-The- internationally recognized calendar is the -ISO- calendar, which is different from the Gregorian calendar in several ways.
1) it defines year 0 (the year before year 1 in the Gregorian calendar is year -1)
2) it defines the first day of the week to be Monday (the Gregorian calendar does define a week at all)
3) the first week of the year is the week which contains the first Thursday of the year. (the Gregorian calendar doesn&#039;t define this as it doesn&#039;t define what a week is).

The calendar implemented in this program is the standard US calendar, which is not the Gregorian calendar, but a calendar derived from it/extending it.</description>
		<content:encoded><![CDATA[<p>-The- internationally recognized calendar is the -ISO- calendar, which is different from the Gregorian calendar in several ways.<br />
1) it defines year 0 (the year before year 1 in the Gregorian calendar is year -1)<br />
2) it defines the first day of the week to be Monday (the Gregorian calendar does define a week at all)<br />
3) the first week of the year is the week which contains the first Thursday of the year. (the Gregorian calendar doesn&#8217;t define this as it doesn&#8217;t define what a week is).</p>
<p>The calendar implemented in this program is the standard US calendar, which is not the Gregorian calendar, but a calendar derived from it/extending it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
