1. Functor=Function Object, 函数对象,访函数.
2. 其它类型的Iterator: back_insert_iterator, front_insert_iterator, insert_iterator, ostream_iterator
阅读全文>
发表于 @ 2007年06月06日 17:27:00|评论(loading...)|收藏
standard operator functions in STL 阅读全文>
发表于 @ 2007年06月02日 23:37:00|评论(loading...)|收藏
Effective STL 条款45 注意count、find、binary_search、lower_bound、upper_bound和equal_range的区别 阅读全文>
发表于 @ 2007年05月22日 22:04:00|评论(loading...)|收藏
Effective STL Item 43:优先使用STL泛型算法以取代手写循环阅读全文>
发表于 @ 2007年05月22日 21:59:00|评论(loading...)|收藏
候捷说,对于STL,程序员有三个境界,开始是使用STL,然后是理解STL,最后是补充STL。Effective STL是一本非常好的书,帮助你更好的理解STL,其作者就是《Effective C++》一书的作者。如果你已经初步了解了STL的容器、迭代器、算法和函数,而又想更好的了解STL,那么《Effective STL》是你的最佳选择。 还有一部分没有找到链接,如果再找不到我会自己试着翻译一下:)阅读全文>
发表于 @ 2007年05月22日 21:51:00|评论(loading...)|收藏