2005年5月13日

摘要: 帮助理解iterator的原理 阅读全文
posted @ 2005-05-13 21:14 hunter_gio 阅读(507) 评论(0) 推荐(0) 编辑
摘要: #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 阅读(420) 评论(0) 推荐(0) 编辑

导航