<?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</title>
	<atom:link href="http://www.mycplus.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mycplus.com</link>
	<description>C and C++ Programming Tutorials and Source code</description>
	<lastBuildDate>Fri, 22 Jul 2011 20:38:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Add time using structures in C++</title>
		<link>http://www.mycplus.com/source-code/cplusplus-source-code/add-time-using-structures-in-c/</link>
		<comments>http://www.mycplus.com/source-code/cplusplus-source-code/add-time-using-structures-in-c/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 20:38:06 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[C++ Source Code]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1736</guid>
		<description><![CDATA[Write a program having a structure named Time which has three integer data items i.e. hour, minute and second. The task is to add the variables of the Time data type though a function void AddTime(Time *time1, Time *time2) which takes as arguments the addresses of two Time type variables, adds these variables and stores [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/source-code/cplusplus-source-code/add-time-using-structures-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best free C and C++ programming courses online</title>
		<link>http://www.mycplus.com/featured-articles/best-free-programming-courses-online/</link>
		<comments>http://www.mycplus.com/featured-articles/best-free-programming-courses-online/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 01:10:41 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1716</guid>
		<description><![CDATA[In the previous article I compiled a list of C and C++ Programming websites/tutorials that could help you learn basic and advance techniques in programming. Today’s article shows you a list of C and C++ programming courses freely available online on different university websites in the form of OpenCourseware. OpenCourseWare is a term used for [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/featured-articles/best-free-programming-courses-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Driven Development for Embedded C</title>
		<link>http://www.mycplus.com/computer-books/programming-books/test-driven-development-for-embedded-c/</link>
		<comments>http://www.mycplus.com/computer-books/programming-books/test-driven-development-for-embedded-c/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 11:15:33 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Programming Books]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1698</guid>
		<description><![CDATA[TDD is a modern programming practice C developers need to know. It&#8217;s a different way to program&#8212;unit tests are written in a tight feedback loop with the production code, assuring your code does what you think. You get valuable feedback every few minutes. You find mistakes before they become bugs. You get early warning of [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/computer-books/programming-books/test-driven-development-for-embedded-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cracking the Coding Interview, Fourth Edition: 150 Programming Interview Questions and Solutions</title>
		<link>http://www.mycplus.com/computer-books/programming-books/150-programming-interview-questions-and-solutions/</link>
		<comments>http://www.mycplus.com/computer-books/programming-books/150-programming-interview-questions-and-solutions/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 11:46:29 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Programming Books]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1701</guid>
		<description><![CDATA[Now in the 4th edition, Cracking the Coding Interview gives you the interview preparation you need to get the top software developer jobs. This book provides: 150 Programming Interview Questions and Solutions: From binary trees to binary search, this list of 150 questions includes the most common and most useful questions in data structures, algorithms, [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/computer-books/programming-books/150-programming-interview-questions-and-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone and iPad Apps for Absolute Beginners (Getting Started)</title>
		<link>http://www.mycplus.com/computer-books/programming-books/iphone-and-ipad-apps-for-absolute-beginners-getting-started/</link>
		<comments>http://www.mycplus.com/computer-books/programming-books/iphone-and-ipad-apps-for-absolute-beginners-getting-started/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 11:08:46 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Programming Books]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1690</guid>
		<description><![CDATA[The iPhone is the hottest gadget of our generation, and much of its success has been fueled by the App Store, Apple’s online marketplace for iPhone applications. Over 1 billion apps have been downloaded in the 9 months the App Store has been open, ranging from the simplest games to the most complex business apps. [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/computer-books/programming-books/iphone-and-ipad-apps-for-absolute-beginners-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 C Language resources that will turn you into a better programmer</title>
		<link>http://www.mycplus.com/featured-articles/top-ten-c-language-resources/</link>
		<comments>http://www.mycplus.com/featured-articles/top-ten-c-language-resources/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 10:46:29 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1686</guid>
		<description><![CDATA[People consider computer programming a little tiresome but some find it more enjoyable. Every programmer has to keep up with the latest trends coming in the programming languages. Most of the programmers start programming in C as it is the most commonly used programming language for writing operating systems and applications. If you are reading [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/featured-articles/top-ten-c-language-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Contests and Challenges</title>
		<link>http://www.mycplus.com/featured-articles/programming-contests-and-challenges/</link>
		<comments>http://www.mycplus.com/featured-articles/programming-contests-and-challenges/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 17:54:33 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[C Programming]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1621</guid>
		<description><![CDATA[Here is a list of programming contests which you can participate and win prizes. Most of them are annual competitions but few are continuous and you can enter at any time. You can use C, C++ or C# .NET or any other programming language in these contests. These contests offer young, talented programmers the opportunity [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/featured-articles/programming-contests-and-challenges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten tips on improving your programming skills</title>
		<link>http://www.mycplus.com/featured-articles/ten-tips-on-improving-your-programming-skills/</link>
		<comments>http://www.mycplus.com/featured-articles/ten-tips-on-improving-your-programming-skills/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 16:14:59 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1600</guid>
		<description><![CDATA[The question that novice programmers often ask is, How to improve programming skills? As a programmer I used different ways to improve my programming skills, like reading/writing code, working with experienced programmers and reading blogs and websites. I have listed few of the points here which in my opinion will be quite useful for novice [...]]]></description>
		<wfw:commentRss>http://www.mycplus.com/featured-articles/ten-tips-on-improving-your-programming-skills/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Applications Security</title>
		<link>http://www.mycplus.com/featured-articles/web-development-security/</link>
		<comments>http://www.mycplus.com/featured-articles/web-development-security/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:16:10 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1593</guid>
		<description><![CDATA[At my present job I am responsible for web applications administration and security. I lead automation team in all implementation aspects, including project management, process analysis, workflow design, configuration data set-up, systems interface development, system installation, testing, training, go-live, and post-implementation monitoring. One of the major challanges in web applications domain is <a title="web development security" href="http://www.iflexion.com/capabilities/application_security.php" target="_blank">web development security</a>.]]></description>
		<wfw:commentRss>http://www.mycplus.com/featured-articles/web-development-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little known features of C/C++</title>
		<link>http://www.mycplus.com/featured-articles/hidden-features-of-c-plus-plus/</link>
		<comments>http://www.mycplus.com/featured-articles/hidden-features-of-c-plus-plus/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:49:57 +0000</pubDate>
		<dc:creator>saqib</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[C Programming]]></category>
		<category><![CDATA[Programming Tips]]></category>

		<guid isPermaLink="false">http://www.mycplus.com/?p=1579</guid>
		<description><![CDATA[There are always few little known or hidden features in each programming language. AT <a href="http://www.stackoverflow.com" target="_blank">StackOverflow.com</a> someone started a series of posts "Hidden features of" programming languages. The Hidden Features series is great for people who are new to a certain language.]]></description>
		<wfw:commentRss>http://www.mycplus.com/featured-articles/hidden-features-of-c-plus-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
