<?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>《C++中成员函数的连续调用》的评论</title>
	<atom:link href="http://kangzj.net/c-plus-plus-member-function-calls-const/feed/" rel="self" type="application/rss+xml" />
	<link>http://kangzj.net/c-plus-plus-member-function-calls-const/</link>
	<description>记录技术和生活~</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:21:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：kangzj</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1427</link>
		<dc:creator>kangzj</dc:creator>
		<pubDate>Sun, 11 Oct 2009 13:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1427</guid>
		<description>@阿修, 呵呵，欢迎飘过啊~</description>
		<content:encoded><![CDATA[<p>@阿修, 呵呵，欢迎飘过啊~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：阿修</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1420</link>
		<dc:creator>阿修</dc:creator>
		<pubDate>Sun, 11 Oct 2009 00:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1420</guid>
		<description>我飘我飘，我得意的飘~~~C++的技术贴，看不明白，无视无视~~ :idea:</description>
		<content:encoded><![CDATA[<p>我飘我飘，我得意的飘~~~C++的技术贴，看不明白，无视无视~~ <img src='http://kangzj.net/wp-includes/images/smilies/icon_idea.gif' alt=':idea:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kangzj</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1376</link>
		<dc:creator>kangzj</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1376</guid>
		<description>@houkai, const成员调用者是const的this指针，但对象本身并不一定是const；只是为了保证const的成员不会改变对象数据采取的策略，这是我的理解</description>
		<content:encoded><![CDATA[<p>@houkai, const成员调用者是const的this指针，但对象本身并不一定是const；只是为了保证const的成员不会改变对象数据采取的策略，这是我的理解</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kangzj</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1375</link>
		<dc:creator>kangzj</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1375</guid>
		<description>@houkai, 我说的编译不能过的时候是没有重载的时候，只有那一个函数的时候，你可以试下~ :wink:</description>
		<content:encoded><![CDATA[<p>@houkai, 我说的编译不能过的时候是没有重载的时候，只有那一个函数的时候，你可以试下~ <img src='http://kangzj.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：houkai</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1374</link>
		<dc:creator>houkai</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1374</guid>
		<description>@houkai, 我觉得也不一定非要返回是const的，你去掉返回的const，注销掉另个重载的试试 看编译能否通过。
我觉得之前编译不能通过可能是两个函数参数和返回值一样 不能构成重载吧</description>
		<content:encoded><![CDATA[<p>@houkai, 我觉得也不一定非要返回是const的，你去掉返回的const，注销掉另个重载的试试 看编译能否通过。<br />
我觉得之前编译不能通过可能是两个函数参数和返回值一样 不能构成重载吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：houkai</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1373</link>
		<dc:creator>houkai</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1373</guid>
		<description>@kangzj, 也是 因为常对象只能调用常函数  所以返回的this必须是常对象</description>
		<content:encoded><![CDATA[<p>@kangzj, 也是 因为常对象只能调用常函数  所以返回的this必须是常对象</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kangzj</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1360</link>
		<dc:creator>kangzj</dc:creator>
		<pubDate>Thu, 08 Oct 2009 18:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1360</guid>
		<description>@houkai, 因为调用const型函数的this指针本身就是const，返回类型也必须是const，否则编译都不通过的</description>
		<content:encoded><![CDATA[<p>@houkai, 因为调用const型函数的this指针本身就是const，返回类型也必须是const，否则编译都不通过的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kangzj</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1358</link>
		<dc:creator>kangzj</dc:creator>
		<pubDate>Thu, 08 Oct 2009 15:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1358</guid>
		<description>@houkai, 语言就是这样要求的，const函数只能返回const的引用</description>
		<content:encoded><![CDATA[<p>@houkai, 语言就是这样要求的，const函数只能返回const的引用</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：houkai</title>
		<link>http://kangzj.net/c-plus-plus-member-function-calls-const/#comment-1352</link>
		<dc:creator>houkai</dc:creator>
		<pubDate>Thu, 08 Oct 2009 09:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=1033#comment-1352</guid>
		<description>const person&amp; get() const;
一下就限制死了   又是常函数 还要返回常引用！！！</description>
		<content:encoded><![CDATA[<p>const person&amp; get() const;<br />
一下就限制死了   又是常函数 还要返回常引用！！！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

