<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Comparing Objective-C versus C++</title>
	<atom:link href="http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/</link>
	<description>Hey, It&#039;s root, Take care</description>
	<lastBuildDate>Fri, 11 Nov 2011 07:27:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fernando</title>
		<link>http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/comment-page-1/#comment-556</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Fri, 21 Oct 2011 23:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rootshell.ir/?p=36#comment-556</guid>
		<description>i come from java world and just start learning osx programming. Found your post very useful and straight to the point. Thank you so much for the comprehensive summary.</description>
		<content:encoded><![CDATA[<p>i come from java world and just start learning osx programming. Found your post very useful and straight to the point. Thank you so much for the comprehensive summary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seriously in detailed...</title>
		<link>http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/comment-page-1/#comment-540</link>
		<dc:creator>Seriously in detailed...</dc:creator>
		<pubDate>Mon, 02 May 2011 15:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rootshell.ir/?p=36#comment-540</guid>
		<description>thanks alot ya..... you are really giving a useful tips to me....</description>
		<content:encoded><![CDATA[<p>thanks alot ya&#8230;.. you are really giving a useful tips to me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ESTELLA</title>
		<link>http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/comment-page-1/#comment-534</link>
		<dc:creator>ESTELLA</dc:creator>
		<pubDate>Mon, 18 Apr 2011 21:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rootshell.ir/?p=36#comment-534</guid>
		<description>Hi, Have you ever considered adding alot more videos for your weblog posts to keep the readers way more entertained? I mean I just study via the entire post of yours and it was very excellent but since I’m far more of a visual learner,I found that to be additional valuable well let me know how it turns out! I appreciate what you guys are always up as well. Such clever operate and reporting! Maintain up the fantastic works men I’ve additional you men to my blogroll. This is a outstanding article thanks for sharing this informative details.. I will visit your blog often for some latest article. Greetings from North Dakota</description>
		<content:encoded><![CDATA[<p>Hi, Have you ever considered adding alot more videos for your weblog posts to keep the readers way more entertained? I mean I just study via the entire post of yours and it was very excellent but since I’m far more of a visual learner,I found that to be additional valuable well let me know how it turns out! I appreciate what you guys are always up as well. Such clever operate and reporting! Maintain up the fantastic works men I’ve additional you men to my blogroll. This is a outstanding article thanks for sharing this informative details.. I will visit your blog often for some latest article. Greetings from North Dakota</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free NX</title>
		<link>http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/comment-page-1/#comment-390</link>
		<dc:creator>Free NX</dc:creator>
		<pubDate>Sun, 19 Dec 2010 17:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rootshell.ir/?p=36#comment-390</guid>
		<description>There is a great share of your knowledge in the field on this blog. I like how you put things. I&#039;ve added this blog to my boomarks and will be sure to spread the word to my friends. I did have an issue with how fast this page loaded. Might be something to check out.</description>
		<content:encoded><![CDATA[<p>There is a great share of your knowledge in the field on this blog. I like how you put things. I&#8217;ve added this blog to my boomarks and will be sure to spread the word to my friends. I did have an issue with how fast this page loaded. Might be something to check out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: root</title>
		<link>http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/comment-page-1/#comment-160</link>
		<dc:creator>root</dc:creator>
		<pubDate>Mon, 04 Oct 2010 07:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rootshell.ir/?p=36#comment-160</guid>
		<description>Yeah, I read about objective-c categories recently, but forgot to update the post. Thank you !</description>
		<content:encoded><![CDATA[<p>Yeah, I read about objective-c categories recently, but forgot to update the post. Thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e</title>
		<link>http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/comment-page-1/#comment-159</link>
		<dc:creator>e</dc:creator>
		<pubDate>Mon, 04 Oct 2010 02:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rootshell.ir/?p=36#comment-159</guid>
		<description>&quot;In fact, there was a feature in C++ which I missed in Objective-c. You can define a single header file for a class and split the implementations over multiple Cpp files while in objective-c you have to stick with only one .m file for the whole implementation. I’m not judging about this limitation and its just a personal idea !&quot;

Actually you can split up the implementation via Objective-C &quot;Categories&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;In fact, there was a feature in C++ which I missed in Objective-c. You can define a single header file for a class and split the implementations over multiple Cpp files while in objective-c you have to stick with only one .m file for the whole implementation. I’m not judging about this limitation and its just a personal idea !&#8221;</p>
<p>Actually you can split up the implementation via Objective-C &#8220;Categories&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.rootshell.ir/2010/01/comparing-objective-c-versus-c/comment-page-1/#comment-21</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 01 Mar 2010 03:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rootshell.ir/?p=36#comment-21</guid>
		<description>Next time can you cover pure virtual functions, C++ is just elegant and just works. ObjC gave me the shivers :)</description>
		<content:encoded><![CDATA[<p>Next time can you cover pure virtual functions, C++ is just elegant and just works. ObjC gave me the shivers <img src='http://blog.rootshell.ir/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

