<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for 飞涛软件实验室</title>
	<link>http://www.18ie.com/wordpress</link>
	<description></description>
	<pubDate>Thu, 09 Sep 2010 18:57:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>Comment on 杨志卖刀  （出售桌面搜索引擎的源代码) by lzgzsm</title>
		<link>http://www.18ie.com/wordpress/?p=67#comment-29598</link>
		<pubDate>Fri, 26 Mar 2010 14:00:33 +0000</pubDate>
		<guid>http://www.18ie.com/wordpress/?p=67#comment-29598</guid>
					<description>你合作开发图像处理软件吗？开发图像配准和多维转换吗？有意请联系。</description>
		<content:encoded><![CDATA[<p>你合作开发图像处理软件吗？开发图像配准和多维转换吗？有意请联系。
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on 一个好的在线解压zip的php程序 by gange</title>
		<link>http://www.18ie.com/wordpress/?p=9#comment-28466</link>
		<pubDate>Sun, 21 Dec 2008 07:33:03 +0000</pubDate>
		<guid>http://www.18ie.com/wordpress/?p=9#comment-28466</guid>
					<description>恩，我也试过一个国人编写的工具，但是这个小工具要有服务器的一些东西的支持，所以并不是每次都能用上，这个我试一试。</description>
		<content:encoded><![CDATA[<p>恩，我也试过一个国人编写的工具，但是这个小工具要有服务器的一些东西的支持，所以并不是每次都能用上，这个我试一试。
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on 一个好的在线解压zip的php程序 by wtf110</title>
		<link>http://www.18ie.com/wordpress/?p=9#comment-28459</link>
		<pubDate>Tue, 16 Dec 2008 02:59:26 +0000</pubDate>
		<guid>http://www.18ie.com/wordpress/?p=9#comment-28459</guid>
					<description>php 的牛人！感激！感谢！</description>
		<content:encoded><![CDATA[<p>php 的牛人！感激！感谢！
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on 用bind来解耦 by 金庆</title>
		<link>http://www.18ie.com/wordpress/?p=102#comment-28254</link>
		<pubDate>Fri, 12 Sep 2008 02:09:35 +0000</pubDate>
		<guid>http://www.18ie.com/wordpress/?p=102#comment-28254</guid>
					<description>reader.Read(boost::bind(&#38;CSaver::Input, &#38;saver,_1) , pchar);
中boost::bind产生了一个临时对象，但该临时对象无法作为引用传入模板函数

    template 
    void Read(OnReadHandler &#38; handler, Para p)

VC能成功编译吗？应该是不行吧？</description>
		<content:encoded><![CDATA[<p>reader.Read(boost::bind(&amp;CSaver::Input, &amp;saver,_1) , pchar);<br />
中boost::bind产生了一个临时对象，但该临时对象无法作为引用传入模板函数</p>
<p>    template<br />
    void Read(OnReadHandler &amp; handler, Para p)</p>
<p>VC能成功编译吗？应该是不行吧？
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on 用bind来解耦 by 金庆</title>
		<link>http://www.18ie.com/wordpress/?p=102#comment-28240</link>
		<pubDate>Wed, 03 Sep 2008 06:30:06 +0000</pubDate>
		<guid>http://www.18ie.com/wordpress/?p=102#comment-28240</guid>
					<description>gcc 编译报错，不知为什么？
TReader::Read(OnReadHandler &#38; handler, Para p)
改为TReader::Read(OnReadHandler handler, Para p)才行，
但行为就变了，handler无法保存状态了。

D:\Temp\Bind\main.cpp&#124;&#124;In member function `void bind_template::test_method()':&#124;
D:\Temp\Bind\main.cpp&#124;167&#124;error: no matching function for call to `TReader::Read(boost::_bi::bind_t, boost::_bi::list2, boost::arg (*)()&#62; &#62;, char*&#38;)'&#124;
D:\Temp\Bind\main.cpp&#124;153&#124;note: candidates are: void TReader::Read(OnReadHandler&#38;, Para&#38;) [with OnReadHandler = boost::_bi::bind_t, boost::_bi::list2, boost::arg (*)()&#62; &#62;, Para = char*]&#124;
D:\Temp\Bind\main.cpp&#124;171&#124;error: no matching function for call to `TReader::Read(boost::_bi::bind_t, boost::_bi::list2, boost::arg (*)()&#62; &#62;, char*&#38;)'&#124;
D:\Temp\Bind\main.cpp&#124;153&#124;note: candidates are: void TReader::Read(OnReadHandler&#38;, Para&#38;) [with OnReadHandler = boost::_bi::bind_t, boost::_bi::list2, boost::arg (*)()&#62; &#62;, Para = char*]&#124;
&#124;&#124;=== Build finished: 2 errors, 0 warnings ===&#124;</description>
		<content:encoded><![CDATA[<p>gcc 编译报错，不知为什么？<br />
TReader::Read(OnReadHandler &amp; handler, Para p)<br />
改为TReader::Read(OnReadHandler handler, Para p)才行，<br />
但行为就变了，handler无法保存状态了。</p>
<p>D:\Temp\Bind\main.cpp||In member function `void bind_template::test_method()':|<br />
D:\Temp\Bind\main.cpp|167|error: no matching function for call to `TReader::Read(boost::_bi::bind_t, boost::_bi::list2, boost::arg (*)()&gt; &gt;, char*&amp;)'|<br />
D:\Temp\Bind\main.cpp|153|note: candidates are: void TReader::Read(OnReadHandler&amp;, Para&amp;) [with OnReadHandler = boost::_bi::bind_t, boost::_bi::list2, boost::arg (*)()&gt; &gt;, Para = char*]|<br />
D:\Temp\Bind\main.cpp|171|error: no matching function for call to `TReader::Read(boost::_bi::bind_t, boost::_bi::list2, boost::arg (*)()&gt; &gt;, char*&amp;)'|<br />
D:\Temp\Bind\main.cpp|153|note: candidates are: void TReader::Read(OnReadHandler&amp;, Para&amp;) [with OnReadHandler = boost::_bi::bind_t, boost::_bi::list2, boost::arg (*)()&gt; &gt;, Para = char*]|<br />
||=== Build finished: 2 errors, 0 warnings ===|
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
