<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>C++ Sources</title>
		<link>http://yahooallstar.forumotion.net/c-sources-f21/-t1.htm</link>
		<description></description>
		<lastBuildDate>Wed, 30 Jul 2008 23:14:28 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>C++ Sources</title>
			<url>http://illiweb.com/fa/bbtech/logo.jpg</url>
			<link>http://yahooallstar.forumotion.net/c-sources-f21/-t1.htm</link>
		</image>
		<item>
			<title>Codebase(C++)</title>
			<link>http://yahooallstar.forumotion.net/c-sources-f21/codebasec-t62.htm</link>
			<dc:creator>_M16_</dc:creator>
			<description>Authors

Comments: This code demonstrates how to create and traverse a linked

list, its uses, and other possibilities using them. Linked lists are an

amazingly useful feature in both C and C++, which can be used as a

fully modifiable array, as the one problem with arrays is they

(usually) cant be expanded. Linked lists also provide the ability to

hold multiple pieces in one element/node, creating possibility for the

perfect database!



i have also added in the struct for a bi-directional  ...</description>
			<category>C++ Sources</category>
			<pubDate>Wed, 30 Jul 2008 23:14:28 GMT</pubDate>
			<comments>http://yahooallstar.forumotion.net/c-sources-f21/codebasec-t62.htm#63</comments>
			<guid>http://yahooallstar.forumotion.net/c-sources-f21/codebasec-t62.htm</guid>
		</item>
		<item>
			<title>h4cking C++ From C</title>
			<link>http://yahooallstar.forumotion.net/c-sources-f21/h4cking-c-from-c-t61.htm</link>
			<dc:creator>_M16_</dc:creator>
			<description>Motivation

This code was initially developed over the course of about one week,

and then took approximately two months of debugging before it became

stable. Since then Apple has ken

it several times with Safari updates, with the changes required being

anything from a simple change of offsets to a large re-engineering of

the function.

The prototype of the function is thus: void

LiveDict_1_3_WebViewGetTextAtPoint(id webHTMLView, NSPoint point,

NSString **text, int *offset) Given an instance  ...</description>
			<category>C++ Sources</category>
			<pubDate>Wed, 30 Jul 2008 23:11:20 GMT</pubDate>
			<comments>http://yahooallstar.forumotion.net/c-sources-f21/h4cking-c-from-c-t61.htm#61</comments>
			<guid>http://yahooallstar.forumotion.net/c-sources-f21/h4cking-c-from-c-t61.htm</guid>
		</item>
	</channel>
</rss>