<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>小明的C++, Java, Bash编程 - STL</title><link>http://blog.csdn.net/fz_zhou/category/304557.aspx</link><description>Template and generic programming</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 19 Feb 2008 14:59:26 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>小明</dc:creator><title>STL的Iterator 和 Functor</title><link>http://blog.csdn.net/fz_zhou/archive/2007/06/06/1641078.aspx</link><pubDate>Wed, 06 Jun 2007 17:27:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2007/06/06/1641078.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/1641078.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2007/06/06/1641078.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/1641078.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1641078</trackback:ping><description>1. Functor=Function Object, 函数对象,访函数.
2. 其它类型的Iterator:  back_insert_iterator, front_insert_iterator, insert_iterator, ostream_iterator

&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/1641078.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>standard operator functions in STL </title><link>http://blog.csdn.net/fz_zhou/archive/2007/06/02/1635994.aspx</link><pubDate>Sat, 02 Jun 2007 23:37:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2007/06/02/1635994.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/1635994.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2007/06/02/1635994.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/1635994.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1635994</trackback:ping><description>standard operator functions in STL &lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/1635994.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>Effective STL 条款45 注意count、find、binary_search、lower_bound等的区别 </title><link>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621551.aspx</link><pubDate>Tue, 22 May 2007 22:04:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621551.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/1621551.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621551.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/1621551.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1621551</trackback:ping><description>Effective STL 条款45 注意count、find、binary_search、lower_bound、upper_bound和equal_range的区别 &lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/1621551.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>Effective STL Item 43：优先使用STL泛型算法以取代手写循环</title><link>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621543.aspx</link><pubDate>Tue, 22 May 2007 21:59:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621543.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/1621543.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621543.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/1621543.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1621543</trackback:ping><description>Effective STL Item 43：优先使用STL泛型算法以取代手写循环&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/1621543.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小明</dc:creator><title>Effective STL 中文版(大全)</title><link>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621536.aspx</link><pubDate>Tue, 22 May 2007 21:51:00 GMT</pubDate><guid>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621536.aspx</guid><wfw:comment>http://blog.csdn.net/fz_zhou/comments/1621536.aspx</wfw:comment><comments>http://blog.csdn.net/fz_zhou/archive/2007/05/22/1621536.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fz_zhou/comments/commentRss/1621536.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1621536</trackback:ping><description>候捷说，对于STL，程序员有三个境界，开始是使用STL，然后是理解STL，最后是补充STL。Effective STL是一本非常好的书，帮助你更好的理解STL，其作者就是《Effective C++》一书的作者。如果你已经初步了解了STL的容器、迭代器、算法和函数，而又想更好的了解STL，那么《Effective STL》是你的最佳选择。 还有一部分没有找到链接，如果再找不到我会自己试着翻译一下:)&lt;img src ="http://blog.csdn.net/fz_zhou/aggbug/1621536.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>