<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2009 - 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>Sun, 08 Nov 2009 18:38:33 -0500</lastBuildDate>
<pubDate>Sun, 08 Nov 2009 18:38:33 -0500</pubDate>
<item>
<title>Drag and Drop using C#</title>
<pubDate>Sat, 24 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Drag-and-Drop-using-C%23/52631</link>
<description>
<![CDATA[A very easy and step-by-step tutorial about using Drag and Drop in C#.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=612554&amp;cid=145606&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://clk.atdmt.com/MRT/go/181727364/direct/01/">Microsoft BPOS Demo</a> Microsoft Business Productivity Online Suite demo. Watch it now.]]>
</description><guid>http://www.tutorialized.com/tutorial/Drag-and-Drop-using-C%23/52631</guid>
</item>
<item>
<title>C Tutorial - XOR Encryption</title>
<pubDate>Sun, 11 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/C-Tutorial---XOR-Encryption/52296</link>
<description>
<![CDATA[XOR stands for exclusive-or, it is a logical operand. XOR returns true if one and only one of the two arguments is true.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=612077&amp;cid=145605&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://clk.atdmt.com/MRT/go/181752485/direct/01/">Official Site: Microsoft</a> Discover Business Productivity Online Suite. Watch the demo now.]]>
</description><guid>http://www.tutorialized.com/tutorial/C-Tutorial---XOR-Encryption/52296</guid>
</item>
<item>
<title>C++ Templates and Sorting</title>
<pubDate>Sun, 11 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/C%2B%2B-Templates-and-Sorting/52295</link>
<description>
<![CDATA[Templates allow you to write a function once that works on any data type. The idea of templates is used in the container classes in the STL.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=568615&amp;cid=142775&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://s0b.bluestreak.com/ix.e%3fhy%26s%3d7950656%26a%3d7442758%26k%3d11808126%26u%3dhttp%253a%252f%252fusa%252Eautodesk%252Ecom%252fadsk%252fservlet%252foc%252fredir%253fsiteID%253d123112%2526mktvar002%253dknc%252Dwwm%252Damer%252Dus%252Dinv%252Dib%252Ddp%252D%252Da%2526url%253dhttp%25253A%25252F%25252Fusa%25252Eautodesk%25252Ecom%25252Fadsk%25252Fservlet%25252Findex%25253FsiteID%25253D123112%252526id%25253D13954476">Digital Prototyping Demo</a> Go Beyond 3D To Digital Prototyping With Inventor®. Free Online Demo.]]>
</description><guid>http://www.tutorialized.com/tutorial/C%2B%2B-Templates-and-Sorting/52295</guid>
</item>
<item>
<title>Virtual Functions and Polymorphism</title>
<pubDate>Sun, 11 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Virtual-Functions-and-Polymorphism/52294</link>
<description>
<![CDATA[Declaring functions as virtual makes the use of classes easier to manage, and allows for polymorphism, a central tenet of Object-Oriented programming. I know that these kinds of topics are difficult f...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=578463&amp;cid=143454&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://clk.atdmt.com/MRT/go/162983143/direct/01/">Windows Marketplace for Mobile</a> Create Windows Mobile Applications And Turn Your Ideas Into Cash.]]>
</description><guid>http://www.tutorialized.com/tutorial/Virtual-Functions-and-Polymorphism/52294</guid>
</item>
<item>
<title>On Learning the STL: Chapter 1 (Vectors) - Part 2</title>
<pubDate>Sun, 11 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/On-Learning-the-STL%3A-Chapter-1-%28Vectors%29---Part-2/52293</link>
<description>
<![CDATA[Since Vector constructors are the same as any other constructor, I don't have to cover constructors in themselves, but the particular kinds of constructors that exist for Vectors. Vectors have three k...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=390081&amp;cid=7795&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://www.kinook.com/VisBuildPro/%3faz%3dph">Automate Software Builds with Visual Build Pro</a> Easily create an automated, repeatable process for building and deploying software.]]>
</description><guid>http://www.tutorialized.com/tutorial/On-Learning-the-STL%3A-Chapter-1-%28Vectors%29---Part-2/52293</guid>
</item>
<item>
<title>On Learning the STL: Chapter 1 (Vectors) - Part 1</title>
<pubDate>Sun, 11 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/On-Learning-the-STL%3A-Chapter-1-%28Vectors%29---Part-1/52292</link>
<description>
<![CDATA[Vectors are a powerful STL container format that closely resembles an array, however is much more useable and intuitive. Vectors allow you to insert, remove, pop, push, change, and resize the array, m...]]>
</description><guid>http://www.tutorialized.com/tutorial/On-Learning-the-STL%3A-Chapter-1-%28Vectors%29---Part-1/52292</guid>
</item>
<item>
<title>Game Programing with SDL and C++</title>
<pubDate>Sun, 04 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Game-Programing-with-SDL-and-C%2B%2B/52108</link>
<description>
<![CDATA[Learn how to create a shoot'em'up with C++ and SDL. Demo and source code included.]]>
</description><guid>http://www.tutorialized.com/tutorial/Game-Programing-with-SDL-and-C%2B%2B/52108</guid>
</item>
<item>
<title>Mouse programming</title>
<pubDate>Sat, 15 Aug 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Mouse-programming/50754</link>
<description>
<![CDATA[The tutorial introduces with the basics of mouse address in the computer and help you out to program your mouse for developing a game... Read it today]]>
</description><guid>http://www.tutorialized.com/tutorial/Mouse-programming/50754</guid>
</item>
<item>
<title>Basics for new programmers</title>
<pubDate>Thu, 30 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Basics-for-new-programmers/45260</link>
<description>
<![CDATA[Have you ever sat down in font of your computer and wondered &quot;How does the Start menu come up when I click on it? How do the icons in the dock of a Mac grow bigger when I move my mouse over them?...]]>
</description><guid>http://www.tutorialized.com/tutorial/Basics-for-new-programmers/45260</guid>
</item>
<item>
<title>Calculate a file entropy</title>
<pubDate>Thu, 09 Jul 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Calculate-a-file-entropy/44586</link>
<description>
<![CDATA[In information theory, entropy is a measure of the uncertainty associated with a random variable. The term by itself in this context usually refers to the Shannon entropy, which quantifies, in the sen...]]>
</description><guid>http://www.tutorialized.com/tutorial/Calculate-a-file-entropy/44586</guid>
</item>
<item>
<title>Using Namespaces in C++</title>
<pubDate>Mon, 29 Jun 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-Namespaces-in-C%2B%2B/44312</link>
<description>
<![CDATA[This Tutorial show you how to use name spaces in C++ programming language.]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-Namespaces-in-C%2B%2B/44312</guid>
</item>
<item>
<title>Parameter Passing in C</title>
<pubDate>Mon, 29 Jun 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Parameter-Passing-in-C/44310</link>
<description>
<![CDATA[This C Programming Tutorial shows you how to pass parameters to a function in C Programming Language.]]>
</description><guid>http://www.tutorialized.com/tutorial/Parameter-Passing-in-C/44310</guid>
</item>
<item>
<title>OpenCV - Haar Training Resources</title>
<pubDate>Mon, 25 May 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/OpenCV---Haar-Training-Resources/43410</link>
<description>
<![CDATA[Useful set of resources to getting started with OpenCV Haar training]]>
</description><guid>http://www.tutorialized.com/tutorial/OpenCV---Haar-Training-Resources/43410</guid>
</item>
<item>
<title>10 steps to UNIX nirvana</title>
<pubDate>Sun, 10 May 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/10-steps-to-UNIX-nirvana/42969</link>
<description>
<![CDATA[This article provides 10 effective methods that can increase your productivity. The examples in this article use tcsh version 6 as a reference, but the ideas are portable to all variants of UNIX shell...]]>
</description><guid>http://www.tutorialized.com/tutorial/10-steps-to-UNIX-nirvana/42969</guid>
</item>
<item>
<title>Unix Signals Programming</title>
<pubDate>Sat, 18 Apr 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Unix-Signals-Programming/42401</link>
<description>
<![CDATA[This tutorial is all about unix signals programming using the c/c programming concepts.]]>
</description><guid>http://www.tutorialized.com/tutorial/Unix-Signals-Programming/42401</guid>
</item>
</channel>
</rss>