会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不凡
思想创造世界
2005年5月13日
一个简单的iterator的代码
摘要: 帮助理解iterator的原理
阅读全文
posted @ 2005-05-13 21:14 hunter_gio
阅读(513)
评论(0)
推荐(0)
学习STL Functor时候的测试程序
摘要: #include using namespace std; template class plus{public: T operator()(const T& x, const T& y) const { return (x + y); }};template class minus{public: T operator()(const T& x, const T& y) const { ...
阅读全文
posted @ 2005-05-13 09:52 hunter_gio
阅读(425)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告