<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-20059199.post115918718809494135..comments</id><updated>2012-02-05T10:26:49.653-08:00</updated><category term='linux'/><category term='ruby'/><category term='programming podcast'/><category term='ironruby'/><category term='code'/><category term='geek'/><category term='teched speaking presentation'/><category term='gparted'/><category term='software'/><category term='presentation'/><category term='code presentation .NET C#'/><title type='text'>Comments on ++blog: Function Pointers in C/C++ and boost::bind</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.orionedwards.com/feeds/115918718809494135/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html'/><author><name>Orion Edwards</name><uri>http://www.blogger.com/profile/15865664564356161586</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20059199.post-6174641964257849198</id><published>2012-02-05T10:26:49.653-08:00</published><updated>2012-02-05T10:26:49.653-08:00</updated><title type='text'>You should write documentation for all of the Boos...</title><content type='html'>You should write documentation for all of the Boost libraries, and get paid to do it!  The &amp;quot;official&amp;quot; doc on the Boost website is terrible.   *sigh*</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/6174641964257849198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/6174641964257849198'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1328466409653#c6174641964257849198' title=''/><author><name>Colby</name><uri>http://www.blogger.com/profile/09201875377108132369</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1301158830'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-7649592087957703374</id><published>2011-10-01T17:18:46.015-07:00</published><updated>2011-10-01T17:18:46.015-07:00</updated><title type='text'>Thanks a lot for spending time on this!! So far, t...</title><content type='html'>Thanks a lot for spending time on this!! So far, this was the best precise and concise introduction to boos:bind!! Really appreciate the effort!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/7649592087957703374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/7649592087957703374'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1317514726015#c7649592087957703374' title=''/><author><name>shashank</name><uri>http://www.blogger.com/profile/08590121167958453669</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1720448437'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-6863642682652614394</id><published>2011-05-30T11:24:17.116-07:00</published><updated>2011-05-30T11:24:17.116-07:00</updated><title type='text'>hi !!

this exactly what i search and i found it 
...</title><content type='html'>hi !!&lt;br /&gt;&lt;br /&gt;this exactly what i search and i found it &lt;br /&gt;&lt;br /&gt;you save my life !!!!&lt;br /&gt;&lt;br /&gt;my problem is that i create a class named gui_event and it&amp;#39;s use to organize event like key-down and key-up mousemove ..etc&lt;br /&gt;&lt;br /&gt;and i have another class to create object like button and window&lt;br /&gt;&lt;br /&gt;i try to get event from gui_event class and pass it to the class i try pointer to member but.....&lt;br /&gt;&lt;br /&gt;one word amazing</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/6863642682652614394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/6863642682652614394'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1306779857116#c6863642682652614394' title=''/><author><name>parados</name><uri>http://www.blogger.com/profile/02256907024597212461</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1587993207'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-4489232508754622067</id><published>2011-03-07T08:36:45.234-08:00</published><updated>2011-03-07T08:36:45.234-08:00</updated><title type='text'></title><content type='html'>This comment has been removed by the author.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/4489232508754622067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/4489232508754622067'/><author><name>Mateusz</name><uri>http://www.blogger.com/profile/01173078226528171090</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.contentRemoved' value='true'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1803996403'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-4541226312920246176</id><published>2010-05-02T04:52:53.151-07:00</published><updated>2010-05-02T04:52:53.151-07:00</updated><title type='text'>definitly pretty good</title><content type='html'>definitly pretty good</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/4541226312920246176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/4541226312920246176'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1272801173151#c4541226312920246176' title=''/><author><name>selcuk koyuncu</name><uri>http://www.blogger.com/profile/13014277488220744287</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-357110750'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-2888739341820324048</id><published>2010-03-16T13:33:00.170-07:00</published><updated>2010-03-16T13:33:00.170-07:00</updated><title type='text'>Could you please format the code a little bit? It ...</title><content type='html'>Could you please format the code a little bit? It seems to be all in one-line. Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/2888739341820324048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/2888739341820324048'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1268771580170#c2888739341820324048' title=''/><author><name>Pac</name><uri>http://www.blogger.com/profile/07758011649350512825</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1819958151'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-1425682172532107489</id><published>2009-07-08T01:51:55.871-07:00</published><updated>2009-07-08T01:51:55.871-07:00</updated><title type='text'>Huge thanks for explaining this stuff. The boost d...</title><content type='html'>Huge thanks for explaining this stuff. The boost documentation doesn&amp;#39;t do it anywhere near so well. Good work.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/1425682172532107489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/1425682172532107489'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1247043115871#c1425682172532107489' title=''/><author><name>roonda</name><uri>http://www.blogger.com/profile/16199082291564413783</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-931228852'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-7801739368736471361</id><published>2008-11-17T12:38:00.000-08:00</published><updated>2008-11-17T12:38:00.000-08:00</updated><title type='text'>I will join to the others. Nice work. Solved my pr...</title><content type='html'>I will join to the others. Nice work. Solved my problem with boost/bind+function problem. Thanks a lot.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/7801739368736471361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/7801739368736471361'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1226954280000#c7801739368736471361' title=''/><author><name>Miroslav Beranič ml.</name><uri>http://www.blogger.com/profile/08834625393166041645</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-523009699'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-6573600214982408642</id><published>2008-10-14T05:06:00.000-07:00</published><updated>2008-10-14T05:06:00.000-07:00</updated><title type='text'>Google brought me to this post and I must say... t...</title><content type='html'>Google brought me to this post and I must say... thank you very much! The way you explained it's easy to understand.&lt;BR/&gt;&lt;BR/&gt;[]'s</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/6573600214982408642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/6573600214982408642'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1223985960000#c6573600214982408642' title=''/><author><name>padawan</name><uri>http://www.blogger.com/profile/03520192262675518074</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1481454115'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-116718076664254606</id><published>2006-12-26T16:52:00.000-08:00</published><updated>2006-12-26T16:52:00.000-08:00</updated><title type='text'>Great article. Thanks for the detailed description...</title><content type='html'>Great article. Thanks for the detailed description on boost::bind. When do you think you will get a chance to talk about using bind and function with the Win32 API.&lt;BR/&gt;&lt;BR/&gt;Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/116718076664254606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/116718076664254606'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1167180720000#c116718076664254606' title=''/><author><name>Zach</name><uri>http://www.blogger.com/profile/13660744551864557292</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-948666171'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-116144099050143060</id><published>2006-10-21T07:29:00.000-07:00</published><updated>2006-10-21T07:29:00.000-07:00</updated><title type='text'>Hi,&lt;br&gt;&lt;br&gt;this is probably the best article I' ve...</title><content type='html'>Hi,&lt;BR/&gt;&lt;BR/&gt;this is probably the best article I' ve found on the web explaining boost::bind in a very simple and practical way, that really helped me understanding ! &lt;BR/&gt;&lt;BR/&gt;Congrats !&lt;BR/&gt;&lt;BR/&gt;Koshkat</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/116144099050143060'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/116144099050143060'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1161440940000#c116144099050143060' title=''/><author><name>Koshkat</name><uri>http://www.blogger.com/profile/00139863682980483465</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-119382507'/></entry><entry><id>tag:blogger.com,1999:blog-20059199.post-115930576690781759</id><published>2006-09-26T14:22:00.000-07:00</published><updated>2006-09-26T14:22:00.000-07:00</updated><title type='text'>Hi there,&lt;br&gt;&lt;br&gt;Interesting piece. You and/or you...</title><content type='html'>Hi there,&lt;BR/&gt;&lt;BR/&gt;Interesting piece. You and/or your readers might be interested in an entry I wrote on pointers to members in C++ and their relation to generic functions in CLOS/Dylan. I also argue that while the syntax for pointers to members is obscure and awkward, it does make at least some logical sense when you compare it to the way other C++ declarations are built up.&lt;BR/&gt;&lt;BR/&gt;http://praisecurseandrecurse.blogspot.com/2006/08/generic-functions-and-pointers-to.html&lt;BR/&gt;&lt;BR/&gt;Also see the comments on the above posting for a note on the STL mem_fun.&lt;BR/&gt;&lt;BR/&gt;Thanks,&lt;BR/&gt;&lt;BR/&gt;Paul</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/115930576690781759'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20059199/115918718809494135/comments/default/115930576690781759'/><link rel='alternate' type='text/html' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html?showComment=1159305720000#c115930576690781759' title=''/><author><name>Paul R. Potts</name><uri>http://www.blogger.com/profile/04401509483200614806</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src=''/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.orionedwards.com/2006/09/function-pointers-in-cc-and-boostbind.html' ref='tag:blogger.com,1999:blog-20059199.post-115918718809494135' source='http://www.blogger.com/feeds/20059199/posts/default/115918718809494135' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1612617577'/></entry></feed>
