<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For C and Cpp</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 01:12:57 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 01:12:57 -0500</pubDate>
<item>
<title>iPhone navigation bar plus table view application howoto</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/iPhone-navigation-bar-plus-table-view-application-howoto/73906</link>
<description>
<![CDATA[This tutorial is an introduction to iPhone navigation bar plus table view application]]>
</description><guid>http://www.tutorialized.com/tutorial/iPhone-navigation-bar-plus-table-view-application-howoto/73906</guid>
</item>
<item>
<title>Multi view iPhone application – table views and navigation bar</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Multi-view-iPhone-application-%96-table-views-and-navigation-bar/73905</link>
<description>
<![CDATA[Basic intro to using Multi view iPhone application, table views and navigation bar]]>
</description><guid>http://www.tutorialized.com/tutorial/Multi-view-iPhone-application-%96-table-views-and-navigation-bar/73905</guid>
</item>
<item>
<title>Visual Studio - C# - Hello World</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Visual-Studio---C%23---Hello-World/73839</link>
<description>
<![CDATA[In this Tutorial where you will learn how to develop a very basic C# .net application for the purpose of displaying a message to the end user. This tutorial assumes you are new to development in C# an...]]>
</description><guid>http://www.tutorialized.com/tutorial/Visual-Studio---C%23---Hello-World/73839</guid>
</item>
<item>
<title>Fix ViewState Validation Errors!</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Fix-ViewState-Validation-Errors%21/73838</link>
<description>
<![CDATA[A Guide to fixing the error 'Validation of viewstate MAC failed' on ASP.net Web applications.]]>
</description><guid>http://www.tutorialized.com/tutorial/Fix-ViewState-Validation-Errors%21/73838</guid>
</item>
<item>
<title>Visual Studio - C# - Working with Strings</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Visual-Studio---C%23---Working-with-Strings/73837</link>
<description>
<![CDATA[In this tutorial you will learn some of the basic string functions available to you in Visual Studio 2010 with the .net frame work. This tutorial is available one C# currently but i also plan to do a ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Visual-Studio---C%23---Working-with-Strings/73837</guid>
</item>
<item>
<title>xCode 4.2 - Storyboards - Segues</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/xCode-4.2---Storyboards---Segues/73836</link>
<description>
<![CDATA[Introduction to using storyboards and segues in xCode 4.2 for iOS 5.0 from start to finish using a blank project template.]]>
</description><guid>http://www.tutorialized.com/tutorial/xCode-4.2---Storyboards---Segues/73836</guid>
</item>
<item>
<title>xCode 4 - Views - UIImageView</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/xCode-4---Views---UIImageView/73835</link>
<description>
<![CDATA[Introduction to using the UIImageView in xCode for you iOS applications. This tutorial expects that you at least know how UIViews work.]]>
</description><guid>http://www.tutorialized.com/tutorial/xCode-4---Views---UIImageView/73835</guid>
</item>
<item>
<title>xCode 4 - NSTimers</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/xCode-4---NSTimers/73834</link>
<description>
<![CDATA[This tutorial covers the basics of NSTimers, how to create them, how to initiate them and how to stop them. Using xCode 4 for the iOS SDK.]]>
</description><guid>http://www.tutorialized.com/tutorial/xCode-4---NSTimers/73834</guid>
</item>
<item>
<title>Working with strings in Objective C</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Working-with-strings-in-Objective-C/73833</link>
<description>
<![CDATA[quick tutorial on basic string manipulation using Objective C. This tutorial assumes you know at least the basics of creating a new project in xCode and running it.]]>
</description><guid>http://www.tutorialized.com/tutorial/Working-with-strings-in-Objective-C/73833</guid>
</item>
<item>
<title>C++ Tutorial Part 2 - The Basics of C++</title>
<pubDate>Tue, 02 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/C%2B%2B-Tutorial-Part-2---The-Basics-of-C%2B%2B/73579</link>
<description>
<![CDATA[In Part 2 of this C++ tutorial, you will start learning the basics of writing programs in C++. You will program a simple Console text input/output program, and learn the two kinds of errors (bugs) tha...]]>
</description><guid>http://www.tutorialized.com/tutorial/C%2B%2B-Tutorial-Part-2---The-Basics-of-C%2B%2B/73579</guid>
</item>
<item>
<title>How to Compile C Language Program in Ubuntu Linux</title>
<pubDate>Tue, 02 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Compile-C-Language-Program-in-Ubuntu-Linux/73307</link>
<description>
<![CDATA[How to create c program in Linux/Ubuntu? So, here we are giving step to step tutorial about how to compile “C Language” Program in Ubuntu Linux.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Compile-C-Language-Program-in-Ubuntu-Linux/73307</guid>
</item>
<item>
<title>C++ Tutorial Part 1 - Installing a C++ IDE / Compiler </title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/C%2B%2B-Tutorial-Part-1---Installing-a-C%2B%2B-IDE-%2F-Compiler-/72937</link>
<description>
<![CDATA[You can use any Native C++ IDE/Compiler in this tutorial series, but we will use Visual C++ Express.  In this tutorial, you learn how to download and install Microsoft Visual C++ Express. It is free, ...]]>
</description><guid>http://www.tutorialized.com/tutorial/C%2B%2B-Tutorial-Part-1---Installing-a-C%2B%2B-IDE-%2F-Compiler-/72937</guid>
</item>
<item>
<title>How to Capture the output of a Linux Command in C++</title>
<pubDate>Thu, 09 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Capture-the-output-of-a-Linux-Command-in-C%2B%2B/72253</link>
<description>
<![CDATA[If you would like to capture the output of a command in linux with C++ this tutorial shows a quick way to do it.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Capture-the-output-of-a-Linux-Command-in-C%2B%2B/72253</guid>
</item>
<item>
<title>Addition with extremely huge numbers in C++</title>
<pubDate>Thu, 09 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Addition-with-extremely-huge-numbers-in-C%2B%2B/72088</link>
<description>
<![CDATA[In this tutorial I will show you how to make addition with more than 19 digit numbers]]>
</description><guid>http://www.tutorialized.com/tutorial/Addition-with-extremely-huge-numbers-in-C%2B%2B/72088</guid>
</item>
<item>
<title>Using Property Lists to Streamline Your Code</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-Property-Lists-to-Streamline-Your-Code/71458</link>
<description>
<![CDATA[Cut down on programming time and code bloat while increasing manageability and readability in your projects by stashing constants in property lists.]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-Property-Lists-to-Streamline-Your-Code/71458</guid>
</item>
</channel>
</rss>
