﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>eHow - Internet How To's</title>
        <link>http://www.ehow.com/categoryrss.aspx?id=4552</link>
        <item>
            <title>How to Create an XSD File</title>
            <link>http://www.ehow.com/how_5342959_create-xsd-file.html</link>
            <description>&lt;p&gt;What is an XSD, or commonly called an XML Schema?  An XSD is an easy way to diagram your objects in a project.  If you're still not sure what I'm talking about you may not have any need for this article.  From my point of view XSD's are used in... Recent Article published on 9/12/2009 by greatnews&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Declare a Static Variable in C</title>
            <link>http://www.ehow.com/how_2056300_declare-static-variable-c.html</link>
            <description>&lt;p&gt;Static variables are a useful part of C. They give you flexibility in making functions which return more complex data, but they can be tricky to understand and use effectively. Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Create a Switch Statement in C</title>
            <link>http://www.ehow.com/how_2056299_create-switch-statement-c.html</link>
            <description>&lt;p&gt;Use the Switch statement in C to evaluate a large number of values for a single variable or expression. Switch can be much tidier than a long string of If Else statements. Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Create an If Else Statement in C</title>
            <link>http://www.ehow.com/how_2056298_create-else-statement-c.html</link>
            <description>&lt;p&gt;The If Else statement is the single most important program construct in C, and since you will create and use it in virtually every program, it is also the place you're most likely to run into problems. Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Initialize Variables in C</title>
            <link>http://www.ehow.com/how_2056297_initialize-variables-c.html</link>
            <description>&lt;p&gt;C does not initialize variables automatically, so if you do not initialize them properly, you can get unexpected results. Fortunately, C makes it easy to initialize variables when you declare them. Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Declare a Function in C</title>
            <link>http://www.ehow.com/how_2056296_declare-function-c.html</link>
            <description>&lt;p&gt;Functions in C are the key to manageable structured programming. Every good program is written by taking the task and dividing it up into pieces, each of which becomes a function. Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Create a While Loop in C</title>
            <link>http://www.ehow.com/how_2056295_create-loop-c.html</link>
            <description>&lt;p&gt;Create a while loop any time your C program needs to iterate over values or variables. With a few simple precautions, while loops can be easy and powerful. Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Create a Memory Pointer in C</title>
            <link>http://www.ehow.com/how_2056294_create-memory-pointer-c.html</link>
            <description>&lt;p&gt;C makes extensive use of memory pointers for handling arrays, function calls, data structures and much more. Knowing how to work directly with pointers is key to efficient C coding. Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Create a Binary Tree in C</title>
            <link>http://www.ehow.com/how_2056293_create-binary-tree-c.html</link>
            <description>&lt;p&gt;Binary trees in C are a good way to dynamically organize data for easy searching. However, they require a lot of work to maintain. Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
        <item>
            <title>How to Create a Linked List in C</title>
            <link>http://www.ehow.com/how_2056292_create-linked-list-c.html</link>
            <description>&lt;p&gt;In C, a linked list allows you to create a list without deciding ahead of time how long it might be, and without wasting memory by allocating elements you don't have yet. The downside is that you have to do all the work of organizing and managing... Recent Article published on 6/28/2007 by eHow Internet Editor&lt;/p&gt;</description>
        </item>
    </channel>
</rss>