2014年9月29日

count_if函数里面的第三个参数的书写方式<<0926

摘要: ``` #include #include #include #include using namespace std;class Cmp{ public: Cmp(int i) :date_(i) { } boo... 阅读全文

posted @ 2014-09-29 01:17 __hello world 阅读(507) 评论(0) 推荐(0) 编辑

操作符重载(++,+,输入输出,强制类型转换)

摘要: ``` //Interge.h#include using namespace std;class Interge{ friend ostream & operator> (istream &, Interge &); public: Interge (); ... 阅读全文

posted @ 2014-09-29 00:19 __hello world 阅读(94) 评论(0) 推荐(0) 编辑

导航