<?xml version="1.0" encoding="utf-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EISBOX &#187; objective c</title>
	<atom:link href="http://www.eisbox.net/tag/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eisbox.net</link>
	<description>... projects, thoughts, etc.</description>
	<lastBuildDate>Fri, 09 Jul 2010 05:42:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Objective-C Memory Management</title>
		<link>http://www.eisbox.net/2008/11/12/379-objective-c-memory-management/</link>
		<comments>http://www.eisbox.net/2008/11/12/379-objective-c-memory-management/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 05:49:38 +0000</pubDate>
		<dc:creator>Mathew Eis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[memory management]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://www.eisbox.net/?p=379</guid>
		<description><![CDATA[Regardless of what your language background is, memory management in Objective-C can be a bit difficult to get a handle on. I won&#8217;t claim to be an expert on the topic, since I&#8217;m still learning myself, but here&#8217;s a few of the things I&#8217;ve learned while trying to unravel the complexity lately: There&#8217;s a seeming [...]]]></description>
		<wfw:commentRss>http://www.eisbox.net/2008/11/12/379-objective-c-memory-management/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using native Objective-C methods for C Callbacks</title>
		<link>http://www.eisbox.net/2008/10/11/375-using-native-objective-c-methods-for-c-callbacks/</link>
		<comments>http://www.eisbox.net/2008/10/11/375-using-native-objective-c-methods-for-c-callbacks/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 03:38:04 +0000</pubDate>
		<dc:creator>Mathew Eis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c callbacks]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://www.eisbox.net/?p=375</guid>
		<description><![CDATA[For the modern Macintosh programmer, given the incredible power of the Objective-C programming language combined with the fact that you can inline C code directly in the Objective-C code, there are few things left wanting &#8230; almost. One of these stickly issues is the use of C callbacks; passing the reference of a function to [...]]]></description>
		<wfw:commentRss>http://www.eisbox.net/2008/10/11/375-using-native-objective-c-methods-for-c-callbacks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
