2006年1月2日

An Introduction to the Standard Template Library (STL)

摘要: http://www.mochima.com/tutorials/STL.html 阅读全文

posted @ 2006-01-02 23:07 cy163 阅读(171) 评论(0) 推荐(0) 编辑

vcector, struct

摘要: http://stl.winterxy.com/html/000078.html 先看个简单的例子: struct D { D(int i=0){num=i;} int num; };struct print_D{ void operator()(const D* d)const{ coutnum V; V.push_back(new D(1)); V.push_back(ne... 阅读全文

posted @ 2006-01-02 23:01 cy163 阅读(227) 评论(0) 推荐(0) 编辑

导航