<?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"
	>
<channel>
	<title>Comments for benegg blog</title>
	<atom:link href="http://www.benegg.com/game/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.benegg.com/game</link>
	<description>网络游戏技术-娱乐-资讯博客, 国内外有意思的网游信息, 新奇的手机游戏, MMORPG网络游戏引擎开发</description>
	<pubDate>Tue, 07 Sep 2010 18:25:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-363</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Mon, 23 Aug 2010 05:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-363</guid>
		<description>Makefile tips:

&lt;pre&gt;
OBJ_FILES = lib.c bar.c
# 字符替换
OBJS= ${OBJ_FILES:.c=.o}
# 通配符 '%', 目标名字变量 '$@'
%.o: %.c %.h
	${CC} -c -o $@
# 源码目录 VPATH
VPATH = src other_dir
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Makefile tips:</p>
<pre>
OBJ_FILES = lib.c bar.c
# 字符替换
OBJS= ${OBJ_FILES:.c=.o}
# 通配符 '%', 目标名字变量 '$@'
%.o: %.c %.h
	${CC} -c -o $@
# 源码目录 VPATH
VPATH = src other_dir
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sunrpc 函数功能分析 by tmac</title>
		<link>http://www.benegg.com/game/archives/21.html#comment-362</link>
		<dc:creator>tmac</dc:creator>
		<pubDate>Thu, 12 Aug 2010 08:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?p=21#comment-362</guid>
		<description>写的很垃圾，不如不写。。</description>
		<content:encoded><![CDATA[<p>写的很垃圾，不如不写。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-361</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Wed, 21 Jul 2010 09:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-361</guid>
		<description>关键在于思路</description>
		<content:encoded><![CDATA[<p>关键在于思路</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-360</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Tue, 20 Jul 2010 03:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-360</guid>
		<description>孔雀东南飞, 木兰辞, 陌上桑</description>
		<content:encoded><![CDATA[<p>孔雀东南飞, 木兰辞, 陌上桑</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-359</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Thu, 08 Jul 2010 09:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-359</guid>
		<description>为愉悦公众，剖析在自己身上泛滥的半真半假的感情，“漫无节制地满足庸俗群众的低俗趣味的好奇心理”</description>
		<content:encoded><![CDATA[<p>为愉悦公众，剖析在自己身上泛滥的半真半假的感情，“漫无节制地满足庸俗群众的低俗趣味的好奇心理”</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-358</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-358</guid>
		<description>gcc 生成汇编代码: gcc -S source.c
或者 objdump -d obj.o</description>
		<content:encoded><![CDATA[<p>gcc 生成汇编代码: gcc -S source.c<br />
或者 objdump -d obj.o</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-357</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Tue, 06 Jul 2010 10:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-357</guid>
		<description>终于弄明白了为什么在处于北半球的北京竟然观察到下午的太阳在西北方向而不是西南! 原来, 在全球任何地点观察, 太阳都是东北升西北落. 因为, 上午和下午的太阳并没有处在以观察者为中心的方向坐标平面内, 从而造成立体错觉.</description>
		<content:encoded><![CDATA[<p>终于弄明白了为什么在处于北半球的北京竟然观察到下午的太阳在西北方向而不是西南! 原来, 在全球任何地点观察, 太阳都是东北升西北落. 因为, 上午和下午的太阳并没有处在以观察者为中心的方向坐标平面内, 从而造成立体错觉.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-356</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Tue, 29 Jun 2010 04:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-356</guid>
		<description>不要对计算机符点数进行相等比较.</description>
		<content:encoded><![CDATA[<p>不要对计算机符点数进行相等比较.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-355</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Mon, 28 Jun 2010 04:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-355</guid>
		<description>C 函数指针

&lt;pre&gt;
typedef int (*func_ptr)(int);

int func(int a){
    /* */
}

int (*ptr)(int);
ptr = func;
(*ptr)(12);

func_ptr ptr;
ptr = func
(*ptr)(12);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>C 函数指针</p>
<pre>
typedef int (*func_ptr)(int);

int func(int a){
    /* */
}

int (*ptr)(int);
ptr = func;
(*ptr)(12);

func_ptr ptr;
ptr = func
(*ptr)(12);
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-354</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Fri, 25 Jun 2010 13:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-354</guid>
		<description>有些人不一定懂得你, 但他们却可以给你提供共同创造价值的条件, 所以, 你要向不如你的人推销你自己.</description>
		<content:encoded><![CDATA[<p>有些人不一定懂得你, 但他们却可以给你提供共同创造价值的条件, 所以, 你要向不如你的人推销你自己.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-353</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Mon, 21 Jun 2010 09:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-353</guid>
		<description>It can do sth., 不用第三人称. It usually does sth, 用第三人称.</description>
		<content:encoded><![CDATA[<p>It can do sth., 不用第三人称. It usually does sth, 用第三人称.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 简单想法 by benegg</title>
		<link>http://www.benegg.com/game/idea#comment-352</link>
		<dc:creator>benegg</dc:creator>
		<pubDate>Mon, 21 Jun 2010 09:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.benegg.com/?page_id=8#comment-352</guid>
		<description>free 过去式 freed</description>
		<content:encoded><![CDATA[<p>free 过去式 freed</p>
]]></content:encoded>
	</item>
</channel>
</rss>
