<?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>C and C++ Programming Resources &#187; C Programming Source Code</title>
	<atom:link href="http://www.mycplus.com/category/source-code/c-source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mycplus.com</link>
	<description>C and C++ Programming Tutorials and Source code</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:22:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reading Files</title>
		<link>http://www.mycplus.com/source-code/c-source-code/reading-files/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/reading-files/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 22:19:51 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C++ Programming]]></category>
		<category><![CDATA[File Handling]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=55</guid>
		<description><![CDATA[This is a small C language program that can read a text file. The program is given file name as command parameter and it reads the file line by line. The program will print out number of characters and words in each line. The program will also print out the number of lines in the [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/reading-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Librarian 2.00.1</title>
		<link>http://www.mycplus.com/source-code/c-source-code/great-librarian-2001/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/great-librarian-2001/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 23:25:52 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=77</guid>
		<description><![CDATA[This is a C programming code by which a librarian can operate his library more fast. Students details can be added, updated and can issue multiple books. Progam shows different information about library including numbers of books and students. Books can also be added and updated. Books can be added along with title, author and [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/great-librarian-2001/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Factorial of a Number</title>
		<link>http://www.mycplus.com/source-code/c-source-code/factorial-of-a-number/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/factorial-of-a-number/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 22:19:51 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=28</guid>
		<description><![CDATA[This program calculates the the factorial of an integer number entered by the user. The function uses for loop to calculate the factorial and returns the number. Program terminates if a non integer number is entered. This C language program uses for loop in just a single statement to calculates the factorial of integer number. [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/factorial-of-a-number/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>8Queen with simple graphics</title>
		<link>http://www.mycplus.com/source-code/c-source-code/8queen-graphics/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/8queen-graphics/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 06:05:15 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[queen]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1124</guid>
		<description><![CDATA[This is a simple C language program that will locate 8 queen in chess board with all of the states and you can determine the position of first queen on the chess board.

/*******************************************************
*     MYCPLUS Sample Code - http://www.mycplus.com     *
*         [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/8queen-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shuffle Game</title>
		<link>http://www.mycplus.com/source-code/c-source-code/shuffle-game/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/shuffle-game/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:19:51 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=35</guid>
		<description><![CDATA[Shuffle Game is a simple C program to shuffle the numbers. The numbers predefined from 1-8 and they can be sorted out first and then the numbers are easily shuffled to generate random sequence. It&#8217;s a very nice program for some one who have jsut started learning programming in C language.
]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/shuffle-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snake Game</title>
		<link>http://www.mycplus.com/source-code/c-source-code/snake-game/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/snake-game/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:19:51 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=37</guid>
		<description><![CDATA[This program simulates the game &#8220;snake&#8221;.
A string of characters moves on the screen according to arrow keys pressed by user. If it touches itself or screen boundary, the program terminates. When the snake moves, in arbitrary screen positions some digit (1-9) appears.
The objective of the game is to make the snake eat the said digit, [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/snake-game/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TIC TAC TOE Game</title>
		<link>http://www.mycplus.com/source-code/c-source-code/tic-tac-toe/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/tic-tac-toe/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:19:51 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=36</guid>
		<description><![CDATA[This is an advance version of Tic Tac Toe computer game written in c programming language. The game runs in graphical mode of DOS prompt and users can play the game in graphical mode. The game has many options to choose from, like playing with computer, friend. While playing with computer use can select either [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/tic-tac-toe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paint in Dos</title>
		<link>http://www.mycplus.com/source-code/c-source-code/paint-in-dos/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/paint-in-dos/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 11:19:52 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=72</guid>
		<description><![CDATA[Anyone and Everyone is allowed to use this code freely without any conditions.I wrote most of this code as a part of a college assignment in my Computer Graphics Lab when I was in the 6th semester of Engineering. I am a student of R.V College of Engineering, Bangalore. (Computer Science and Engineering, Batch of [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/paint-in-dos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>N Fibonacci numbers</title>
		<link>http://www.mycplus.com/source-code/c-source-code/n-fibonacci-numbers/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/n-fibonacci-numbers/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 09:19:51 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=27</guid>
		<description><![CDATA[This C program prints out the first Fibonacci series of N numbers. In mathematics, the Fibonacci numbers are a sequence of numbers named after Leonardo of Pisa, known as Fibonacci. The first number of the sequence is 0, the second number is 1, and each subsequent number is equal to the sum of the previous [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/n-fibonacci-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Calculator Program</title>
		<link>http://www.mycplus.com/source-code/c-source-code/c-calculator-program/</link>
		<comments>http://www.mycplus.com/source-code/c-source-code/c-calculator-program/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 13:19:52 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C Programming Source Code]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=71</guid>
		<description><![CDATA[This is a simple calculator written in C language and works under DOS prompt. The calculator performs all the basic arithematic operations including addition, subtraction, trignometric calculations, and many other functions. It can also calculate logrithms, powers, and roots of integer numbers.

/*******************************************************
*     MYCPLUS Sample Code - http://www.mycplus.com     [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/c-source-code/c-calculator-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
