<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>C/C++ Examples and Source Codes</title>
	<link>http://c-examples.com</link>
	<description></description>
	<lastBuildDate>Mon, 27 Jul 2009 23:11:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Tutorial on Pointers and Arrays in C (pdf)</title>
		<description>This document is intended to introduce pointers to beginning programmers in the C programming language. Over several years of reading and contributing to various conferences on C including those on the FidoNet and UseNet, I have noted a large number of newcomers to C appear to have a difficult time ...</description>
		<link>http://c-examples.com/tutorial-on-pointers-and-arrays-in-c-pdf-999.html</link>
			</item>
	<item>
		<title>Linked List Example in C</title>
		<description>Each record of a linked list is often called an element or node. The field of each node that contains address of the next node is usually called the next link or next pointer. The remaining fields may be called the data, information, value, or payload fields.



The head of a ...</description>
		<link>http://c-examples.com/linked-list-example-in-c-991.html</link>
			</item>
	<item>
		<title>Use Basic C++, Syntax and Operators(pdf)</title>
		<description>In this How to we summarize the basic syntax of C++ and the rules and operators that are used in C++ expressions. This is a brief language reference for C++ as used in this book, not the entire language. We don’t cover the use of dynamic memory in this How ...</description>
		<link>http://c-examples.com/use-basic-c-syntax-and-operatorspdf-989.html</link>
			</item>
	<item>
		<title>C Array Fun</title>
		<description>Array Fun allows you to do the following operations on an array: Read file; print array; print stats (average, range, mode, median); add to the file (multiple nums); delete from file (one num); sorting (bubble sort / replacement sort / insertion sort / quick sort); find a number using binary ...</description>
		<link>http://c-examples.com/c-array-fun-980.html</link>
			</item>
	<item>
		<title>Sort C Array Using Recursion</title>
		<description>This code sorts an array using recursion.

Download </description>
		<link>http://c-examples.com/sort-c-array-using-recursion-977.html</link>
			</item>
	<item>
		<title>String C Array Length</title>
		<description>This pretty simple, where message and message2 are in the main function you can enter a c string and the function StringLength will tell you how many characters are in the string.  You can create many varitions with this snippet.

Download </description>
		<link>http://c-examples.com/string-c-array-length-974.html</link>
			</item>
	<item>
		<title>Recording using C pointers</title>
		<description>Records a number using a pointer.

Download </description>
		<link>http://c-examples.com/recording-using-c-pointers-968.html</link>
			</item>
	<item>
		<title>C++ Pointer Example</title>
		<description>This code shows how to use pointers in a c simple example that adds people to the text file , deletes them or retrieves them.

Download </description>
		<link>http://c-examples.com/c-pointer-example-966.html</link>
			</item>
	<item>
		<title>Master C String Download</title>
		<description>Master String is a collection of functions, and classes that will aid you in very explicit string manipulation.



 Download from: Homepage </description>
		<link>http://c-examples.com/master-c-string-download-723.html</link>
			</item>
	<item>
		<title>C Array Sorting Download</title>
		<description>This package contains a sort header file with&#160;four types of sorts: bubble, insertion, quick and selection. The header also uses templates so that you can implement the sorle, insertion, quick and selection. The header also uses templates so that you can implement the sorting of several types.  Download from: ...</description>
		<link>http://c-examples.com/c-array-sorting-download-703.html</link>
			</item>
</channel>
</rss>
