摘要: test.ini文件如下: [section1]key1=value1key2=value2 [section2]key1=value1key2=value2 #注释 用法如下: CIniFile ini; if(!ini.open("test.ini"))return; string str... 阅读全文
posted @ 2010-02-04 15:55 米罗21 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 定义如下: //获取first template struct select1st : public unary_function{typename T::first_type operator() (const T& x) {return x.first;}}; //获取second templ... 阅读全文
posted @ 2010-02-04 15:24 米罗21 阅读(260) 评论(0) 推荐(0) 编辑