
STL
dc11223344
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
stl function扩展(一)
#ifndef _FUNCTION_LIB_H_ #define _FUNCTION_LIB_H_ #include namespace function_lib { /* *仿函数功能:将二元仿函数的第一个参数绑定,使之成为一元仿函数; */ template class binder1st : public std::binary_function<原创 2013-12-16 23:02:27 · 746 阅读 · 0 评论 -
C++正则表达式
环境:win732位旗舰版、VS2010旗舰版原创 2014-07-27 21:29:20 · 1440 阅读 · 0 评论